From: Allan McRae Date: Mon, 16 Dec 2013 11:45:27 +0000 (+1000) Subject: Set AUTOCONF variable when maintainer-mode is not used X-Git-Tag: glibc-2.19~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919;p=thirdparty%2Fglibc.git Set AUTOCONF variable when maintainer-mode is not used Fixes build issue introduced in 8894bad3 when configure.ac is altered and maintainer-mode is not enabled. --- diff --git a/ChangeLog b/ChangeLog index 9ae2df34f45..75436828141 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-12-16 Allan McRae + * configure.ac: Set AUTOCONF when maintainer-mode is not used. + * configure: Regenerated. + * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name. [BZ #14120] diff --git a/configure b/configure index 4f0cf571e49..fc023d0c70d 100755 --- a/configure +++ b/configure @@ -5198,6 +5198,8 @@ $as_echo "$libc_cv_autoconf_works" >&6; } if test "x$AUTOCONF" = xno; then aux_missing="$aux_missing autoconf" fi +else + AUTOCONF=no fi test -n "$critic_missing" && as_fn_error $? " diff --git a/configure.ac b/configure.ac index 662aaa51ef9..f3dd87d9125 100644 --- a/configure.ac +++ b/configure.ac @@ -1028,6 +1028,8 @@ if test "x$maintainer" = "xyes"; then if test "x$AUTOCONF" = xno; then aux_missing="$aux_missing autoconf" fi +else + AUTOCONF=no fi test -n "$critic_missing" && AC_MSG_ERROR([