diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | scripts/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index b9737898e..5fedf06d9 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2004-08-09 Werner Koch <[email protected]> + + * autogen.sh: Run aclocal with -I m4. + 2004-07-20 Werner Koch <[email protected]> * mk-w32-dist: Do not convert zh_CN. diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 9913d8342..72c54293d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -250,7 +250,7 @@ if test "$DIE" = "yes"; then fi echo "Running aclocal..." -aclocal +aclocal -I m4 echo "Running autoheader..." autoheader echo "Running automake --gnu ..." |