summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
parentb04b541a3aaab9e5f0d36b88f97720f9c78a538f (diff)
downloadratpoison-514ca07974efb44048dc67ed3d528d89f95abd19.zip
swapped aclocal and autoheader ordering
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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