Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [autoconf-conversion] New tools and multilibs fight with one another


  • To: Ian Lance Taylor <ian@xxxxxxxx>
  • Subject: Re: [autoconf-conversion] New tools and multilibs fight with one another
  • From: Phil Edwards <phil@xxxxxxx>
  • Date: Fri, 25 Jul 2003 15:33:18 -0400

On Fri, Jul 25, 2003 at 03:21:05PM -0400, Phil Edwards wrote:
> On Fri, Jul 25, 2003 at 12:13:06PM -0700, Ian Lance Taylor wrote:
> > I see no real need for the ml_arguments variable.  Try simply
> > replacing all uses of ml_arguments with ac_configure_args in
> > config-ml.in.
> 
> No joy.
> 
> config.status: creating config.h
> config.status: executing default-1 commands
> XXXXX config-ml.in --nostdinc++ sets ml_norecursion to yes

It looks like some single-quotes are not being interpreted properly.
After making the replacement like you suggested (which I agree is a good
idea), I also made this change:

    for option in ${ac_configure_args}
    do
      case $option in
      --*) ;;
    #  -*) option=-$option ;;
      -*) echo "XXXXX Not touching $option" > /dev/tty ;;
      esac

and got this:

    XXXXX Not touching -B/mnt/build/build-2003-07-25/gcc/
    XXXXX Not touching -B/mnt/build/install-2003-07-25/i686-pc-linux-gnu/bin/
    XXXXX Not touching -B/mnt/build/install-2003-07-25/i686-pc-linux-gnu/lib/
    XXXXX Not touching -isystem
    XXXXX Not touching -isystem
*   XXXXX Not touching -L/mnt/build/build-2003-07-25/ld'
    XXXXX Not touching -g
*   XXXXX Not touching -O2'
    XXXXX Not touching -g
*   XXXXX Not touching -O2'
    XXXXX Not touching -O2
*   XXXXX Not touching -D_GNU_SOURCE'
    XXXXX Not touching -shared-libgcc
    XXXXX Not touching -B/mnt/build/build-2003-07-25/gcc/
    XXXXX Not touching -nostdinc++
    XXXXX Not touching -L/mnt/build/build-2003-07-25/i686-pc-linux-gnu/libstdc++-v3/src
    XXXXX Not touching -L/mnt/build/build-2003-07-25/i686-pc-linux-gnu/libstdc++-v3/src/.libs
    XXXXX Not touching -B/mnt/build/install-2003-07-25/i686-pc-linux-gnu/bin/
    XXXXX Not touching -B/mnt/build/install-2003-07-25/i686-pc-linux-gnu/lib/
    XXXXX Not touching -isystem
    XXXXX Not touching -isystem
*   XXXXX Not touching -L/mnt/build/build-2003-07-25/ld'

Note the appearance of lone single quotes.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams