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.
This commit is contained in:
Allan McRae 2013-12-16 21:45:27 +10:00
parent 6f8e37ebf8
commit 9e8ac24ba3
3 changed files with 7 additions and 0 deletions

View File

@ -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]

2
configure vendored
View File

@ -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 $? "

View File

@ -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([