summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt2013-12-10 17:03:37 +0100
committerJan Engelhardt2013-12-10 17:07:22 +0100
commitaf5ebef33b5c172956d76376bd79f86667e54fba (patch)
tree2798407f35568dd9cfe5ce804bc9c55f0cbe3642 /autogen.sh
parentf5396cf3c7d90ddb54c96be0a2c7ed6d41d21d10 (diff)
downloadchocolate-doom-af5ebef33b5c172956d76376bd79f86667e54fba.tar.gz
chocolate-doom-af5ebef33b5c172956d76376bd79f86667e54fba.tar.bz2
chocolate-doom-af5ebef33b5c172956d76376bd79f86667e54fba.zip
build: kill redundant boilerplate in autogen.sh
The auxiliary build directory specified with AC_BUILD_AUX_DIR is also automatically created AFAICS, so it need not be created by autogen.sh. [For directories that are not (such as with AC_CONFIG_MACRO_DIR), place an empty .gitignore file in it, so that it always exists.]
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 0f3d1037..b0763a5c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,11 +1,4 @@
#!/bin/sh
-mkdir -p autotools
-
-aclocal
-autoheader
-automake -ac
-autoconf
-automake
-
+autoreconf -fi
./configure "$@"