blob: 13b772d86984121ff63e6874d400a948bfc2ba7e (
plain)
1
2
3
4
5
6
7
8
9
10
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)"
|