This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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,quadmath] PR 46543: Add first documentation


Tobias Burnus <burnus@net-b.de> writes:

> @@ -186,5 +194,20 @@
>    multilib_arg=
>  fi
>  
> +
> +# We would like our source tree to be readonly. However when releases or
> +# pre-releases are generated, the flex/bison generated files as well as the
> +# various formats of manuals need to be included along with the rest of the
> +# sources.  Therefore we have --enable-generated-files-in-srcdir to do 
> +# just that.
> +AC_MSG_CHECKING([for --enable-generated-files-in-srcdir])
> +AC_ARG_ENABLE(generated-files-in-srcdir, no, ,
> +   [put copies of generated files in source dir intended for creating source 
> +    tarballs for users without texinfo bison or flex.],
> +   permit yes|no)

That's not a valid use of AC_ARG_ENABLE.  Did you mean GCC_ENABLE?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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