[PATCH] Remove configure checks for and automatic running of autoconf
Siddhesh Poyarekar
siddhesh.poyarekar@gmail.com
Mon Dec 16 14:32:00 GMT 2013
On 16 December 2013 17:03, Allan McRae <allan@archlinux.org> wrote:
> There was preference expressed for keeping those Makefile targets
> earlier in this thread, and having them enabled only with
> maintainer-mode was the compromise. Looks like this is all that is
> needed to fix the issue:
>
>
> diff --git a/configure.ac b/configure.ac
> index 662aaa5..f3dd87d 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([
>
>
> Changelog:
>
> * configure.ac: Set AUTOCONF when maintainer-mode is not used.
> * configure: Regenerated.
>
>
> OK to commit?
>
Thanks, that looks OK. I'm assuming that you'll add the regenerated
configure when you commit, since it's not present in the diff above.
Siddhesh
--
http://siddhesh.in
More information about the Libc-alpha
mailing list