diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 5 | ||||
-rwxr-xr-x | scripts/autogen.sh | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 14765db2f..6f73e8cca 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 12 14:55:34 CEST 1999 Werner Koch <wk@isil.d.shuttle.de> + + + * autogen.sh: Run libtoolize + Sat May 22 22:47:26 CEST 1999 Werner Koch <wk@isil.d.shuttle.de> * autogen.sh: Fixed the error message for a missing libtool. diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 045716b87..23cb5bd0d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -87,6 +87,8 @@ fi echo "Running gettextize... Ignore non-fatal messages." echo "no" | gettextize --force +echo "Running libtoolize... Ignore non-fatal messages." +echo "no" | libtoolize echo "Running aclocal..." |