ossp-pkg/l2/autogen.sh 1.2 -> 1.3
--- autogen.sh 2001/08/15 10:36:03 1.2
+++ autogen.sh 2001/09/04 09:14:12 1.3
@@ -62,7 +62,7 @@
echo "GNU Libtool $libtoolize_version -> ltmain.sh, libtool.m4, config.guess, config.sub"
libtoolize --force --copy >/dev/null 2>&1
cp `libtoolize --force --copy --dry-run | grep "add the contents of" |\
- sed -e 's;[^\`]*\`;;' -e "s;\'.*;;"` libtool.m4
+ sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` libtool.m4
# GNU Autoconf generation
echo "GNU Autoconf $autoconf_version -> configure, config.h.in"
|
|