summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-07-22 17:51:28 +0100
committerJavier Jardón <jjardon@gnome.org>2014-07-22 17:51:28 +0100
commitff42eeaf932b64af997681f0eed6be3b67ebeb18 (patch)
treec442b1fa709910d55cc452d50dfe9c0ccbce9b81
parent4da87038b44b446a53dbe56f5fe4dccd6f864666 (diff)
downloadlcms2-baserock/gnome.tar.gz
autogen.sh: Use autoreconf instead custom scriptbaserock/gnome
-rwxr-xr-xautogen.sh24
1 files changed, 1 insertions, 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"