diff options
author | rcyeske <rcyeske> | 2001-02-20 03:34:48 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-20 03:34:48 +0000 |
commit | 514ca07974efb44048dc67ed3d528d89f95abd19 (patch) | |
tree | 2b834211d035e380e7ff1daf0ed0b8c54f1fb006 | |
parent | b04b541a3aaab9e5f0d36b88f97720f9c78a538f (diff) | |
download | ratpoison-514ca07974efb44048dc67ed3d528d89f95abd19.zip |
swapped aclocal and autoheader ordering
-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 |