This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove configure checks for and automatic running of autoconf


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]