summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-19 20:51:40 +0000
committerrcyeske <rcyeske>2001-02-19 20:51:40 +0000
commitca1359e0e9ca080b7ad7807435a2397bf25bc3a7 (patch)
treea45d91d06acebca14a6e91a2f9f5319ce9f689e9 /autogen.sh
parent784420539fcae2753b9bfb7602dcd6d894c508e6 (diff)
downloadratpoison-ca1359e0e9ca080b7ad7807435a2397bf25bc3a7.zip
trivial changes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 6310f68..b983219 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,3 @@
#!/bin/sh
-autoheader
-aclocal
-automake -a -c
-autoconf
+autoheader && aclocal && automake -a -c && autoconf