diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-07 18:24:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-07 18:24:56 +0000 |
commit | 80552c778b18db222380fb2e15f0ca7008e153ff (patch) | |
tree | 6be4cd33a2da62e20b54b0dad37cc7a9ac2b0ebc /autogen.sh | |
parent | 3de9788e32f96d6b910c3e0674c71b3e4ffd0a27 (diff) |
fix for libtool issue which has been fixed in cvs (of libtool) until packages are available, we'd probably do best to...
Original commit message from CVS:
fix for libtool issue which has been fixed in cvs (of libtool)
until packages are available, we'd probably do best to keep ltmain.sh in CVS and not run libtoolize in autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index e8c3b5012..6a8615138 100755 --- a/autogen.sh +++ b/autogen.sh @@ -149,8 +149,9 @@ aclocal $ACLOCAL_FLAGS || { } # FIXME : why does libtoolize keep complaining about aclocal ? -echo "+ running libtoolize ..." -libtoolize --copy --force +echo "+ not running libtoolize until libtool fix has flown downstream" +# echo "+ running libtoolize ..." +# libtoolize --copy --force echo "+ running autoheader ... " autoheader || { |