summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-20 03:34:48 +0000
committerrcyeske <rcyeske>2001-02-20 03:34:48 +0000
commit514ca07974efb44048dc67ed3d528d89f95abd19 (patch)
tree2b834211d035e380e7ff1daf0ed0b8c54f1fb006
parentb04b541a3aaab9e5f0d36b88f97720f9c78a538f (diff)
downloadratpoison-514ca07974efb44048dc67ed3d528d89f95abd19.zip
swapped aclocal and autoheader ordering
-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