ref: af5ebef33b5c172956d76376bd79f86667e54fba
parent: f5396cf3c7d90ddb54c96be0a2c7ed6d41d21d10
author: Jan Engelhardt <jengelh@inai.de>
date: Tue Dec 10 12:03:37 EST 2013
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.]
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,11 +1,4 @@
#!/bin/sh
-mkdir -p autotools
-
-aclocal
-autoheader
-automake -ac
-autoconf
-automake
-
+autoreconf -fi
./configure "$@"