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.]
This commit is contained in:
Jan Engelhardt 2013-12-10 17:03:37 +01:00
parent f5396cf3c7
commit af5ebef33b

View file

@ -1,11 +1,4 @@
#!/bin/sh
mkdir -p autotools
aclocal
autoheader
automake -ac
autoconf
automake
autoreconf -fi
./configure "$@"