diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-02-19 Ryan Yeske <rcyeske@cut.hotdog.tmp> + + * autogen.sh: Run aclocal before autoheader. + 2001-02-18 Gergely Nagy <8@free.bsd.hu> * NEWS: mention that ALL of the fixed size buffers are fixed. @@ -1,3 +1,3 @@ #!/bin/sh -autoheader && aclocal && automake -a -c && autoconf +aclocal && autoheader && automake -a -c && autoconf |