summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-12-16 21:45:27 +1000
committerAllan McRae <allan@archlinux.org>2013-12-16 21:45:27 +1000
commit9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919 (patch)
treea132c58b48d8c5967b7411dd5f89aca5deabe39f
parent6f8e37ebf86a000f1571dd461b2635ab73f4c3ee (diff)
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.
-rw-r--r--ChangeLog3
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ae2df34f4..7543682814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-12-16 Allan McRae <allan@archlinux.org>
+ * 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 4f0cf571e4..fc023d0c70 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 662aaa51ef..f3dd87d912 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([