From ff42eeaf932b64af997681f0eed6be3b67ebeb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 22 Jul 2014 17:51:28 +0100 Subject: autogen.sh: Use autoreconf instead custom script --- autogen.sh | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/autogen.sh b/autogen.sh index eb543ee..fce14fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -58,29 +58,7 @@ if test -z "$*"; then echo fi -case $CC in -xlc ) - am_opt=--include-deps;; -esac - - aclocalinclude="$ACLOCAL_FLAGS" - - if grep "^LT_INIT" configure.ac >/dev/null; then - if test -z "$NO_LIBTOOLIZE" ; then - echo "Running libtoolize..." - libtoolize --force --copy - fi - fi - echo "Running aclocal $aclocalinclude ..." - aclocal $aclocalinclude - if grep "^AC_CONFIG_HEADERS" configure.ac >/dev/null; then - echo "Running autoheader..." - autoheader - fi - echo "Running automake --add-missing --gnu -Wno-portability $am_opt ..." - automake --add-missing --gnu -Wno-portability $am_opt - echo "Running autoconf ..." - autoconf +autoreconf -vfi conf_flags="--enable-maintainer-mode" -- cgit v1.2.1