Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169289 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- kdesdk-kioslaves-3.5.6/kioslave/svn/configure.in.in
0
++ kdesdk-kioslaves-3.5.6/kioslave/svn/configure.in.in
Lines 6-16 Link Here
6
SVN_SUBDIR=""
6
SVN_SUBDIR=""
7
if test "x$with_subversion" != xno; then
7
if test "x$with_subversion" != xno; then
8
8
9
APR_CONFIGS="apr-config /usr/local/apr/bin/apr-config"
9
APR_CONFIGS="apr-1-config apr-config /usr/local/apr/bin/apr-config"
10
SVN_SUBDIR="svn"
10
SVN_SUBDIR="svn"
11
AC_ARG_WITH(apr-config,
11
AC_ARG_WITH(apr-config,
12
[[  --with-apr-config=FILE    Use the given path to apr-config when determining
12
[[  --with-apr-config=FILE    Use the given path to apr-config when determining
13
                            APR configuration; defaults to "apr-config"]],
13
                            APR configuration; defaults to "apr-1-config"]],
14
[
14
[
15
    if test "$withval" != "yes" -a "$withval" != ""; then
15
    if test "$withval" != "yes" -a "$withval" != ""; then
16
        APR_CONFIGS=$withval
16
        APR_CONFIGS=$withval
Lines 41-50 Link Here
41
dnl APR util
41
dnl APR util
42
dnl
42
dnl
43
43
44
APU_CONFIGS="apu-config /usr/local/apr/bin/apu-config"
44
APU_CONFIGS="apu-1-config apu-config /usr/local/apr/bin/apu-config"
45
AC_ARG_WITH(apu-config,
45
AC_ARG_WITH(apu-config,
46
[[  --with-apu-config=FILE    Use the given path to apu-config when determining
46
[[  --with-apu-config=FILE    Use the given path to apu-config when determining
47
                            APR util configuration; defaults to "apu-config"]],
47
                            APR util configuration; defaults to "apu-1-config"]],
48
[
48
[
49
    if test "$withval" != "yes" -a "$withval" != ""; then
49
    if test "$withval" != "yes" -a "$withval" != ""; then
50
        APU_CONFIGS=$withval
50
        APU_CONFIGS=$withval
51
-- kdesdk-kioslaves-3.5.6/kioslave/svn/README
51
++ kdesdk-kioslaves-3.5.6/kioslave/svn/README
Lines 25-32 Link Here
25
you can pass the following arguments to configure to help it find your 
25
you can pass the following arguments to configure to help it find your 
26
subversion/apr installations :
26
subversion/apr installations :
27
27
28
--with-apr-config=FILE    Use the given path to apr-config when determining APR configuration; defaults to "apr-config"
28
--with-apr-config=FILE    Use the given path to apr-config when determining APR configuration; defaults to "apr-1-config"
29
--with-apu-config=FILE    Use the given path to apu-config when determining APR util configuration; defaults to "apu-config"
29
--with-apu-config=FILE    Use the given path to apu-config when determining APR util configuration; defaults to "apu-1-config"
30
--with-subversion-dir=DIR where Subversion is installed
30
--with-subversion-dir=DIR where Subversion is installed
31
--with-svn-include=DIR    Use the given path to the subversion headers.
31
--with-svn-include=DIR    Use the given path to the subversion headers.
32
--with-svn-lib=DIR  	  Use the given path to the subversion libraries.
32
--with-svn-lib=DIR  	  Use the given path to the subversion libraries.

Return to bug 169289