summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d68d795..82be598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/autogen.sh b/autogen.sh
index b983219..ac08b42 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-autoheader && aclocal && automake -a -c && autoconf
+aclocal && autoheader && automake -a -c && autoconf