diff options
Diffstat (limited to 'main/subversion/autogen.patch')
-rw-r--r-- | main/subversion/autogen.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/subversion/autogen.patch b/main/subversion/autogen.patch new file mode 100644 index 0000000000..13b772d869 --- /dev/null +++ b/main/subversion/autogen.patch @@ -0,0 +1,11 @@ +--- ./autogen.sh.orig ++++ ./autogen.sh +@@ -105,7 +105,7 @@ + + if [ $lt_major_version -ge 2 ]; then + for file in config.guess config.sub; do +- configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`/$file} ++ configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`}/$file + + if [ ! -f $configfile ]; then + echo "$configfile not found (try setting the LIBTOOL_CONFIG environment variable)" |