This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: configure.in patch for --enable-intermodule
- From: neroden at twcny dot rr dot com (Nathanael Nerode)
- To: kelleycook at wideopenwest dot com, gcc-patches at gcc dot gnu dot org
- Cc: geoffk at apple dot com
- Date: Fri, 8 Aug 2003 00:18:57 -0400
- Subject: Re: configure.in patch for --enable-intermodule
>2003-08-07 Kelley Cook <kelleycook@wideopenwest.com>
>
> * configure.in (intermodule): Make switch test more portable.
> * configure: Regenerate.
>
>--- configure.in.orig 2003-08-07 16:23:20.547263500 -0400
>+++ configure.in 2003-08-07 12:35:54.729476500 -0400
>@@ -579,10 +579,11 @@
> # Build with intermodule optimisations
> AC_ARG_ENABLE(intermodule,
> [ --enable-intermodule build the compiler in one step],
>-[case "${enable_intermodule}" in
>- yes) onestep=-onestep : ;;
>- *) onestep= : ;;
>-esac])
>+[case ${enable_intermodule} in
>+ yes) onestep="-onestep";;
>+ *) onestep="";;
>+esac],
>+[onestep=""])
> AC_SUBST(onestep)
>
> # -------------------------
This looks right. I'd like to know what the :s were doing there in the
first place before I approve it, though. *growl* Geoff, what were you
thinking? ;-)
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html