| Eureka, quotes! Could you please test this construct:
|
| if $ac_need_defaults; then
| : ${CONFIG_FILES="$config_files"}
| fi
No, this is not good. I removed the quotes on purpose.
2000-02-10 Akim Demaille <[EMAIL PROTECTED]>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't
: ${FOO="$foo"}
but
: ${FOO=$foo}
Since Ultrix will also assign the quotes to FOO.
Reported by Harlan Stenn.
David, what is your shell? It is seriously damaged :( This behavior,
this *silent* behavior is incredible. What's your environment?
BTW, there is something I don't understand too well: you already sent
some check.log, didn't you? But how did you manage to have it run
properly last time? Or maybe I imagined you did.
Anyway, since it seems we have to go to safety, we will have to move
to
test ${FOO+set} = set || FOO=$foo
Akim
- Re: Success (mostly) with the te... Pavel Roskin
- Re: Success (mostly) with the te... David Morgan
- Re: Success (mostly) with the te... Pavel Roskin
- Re: Success (mostly) with the te... David Morgan
- Re: Success (mostly) with the testsuite Ralf Corsepius
- Re: Success (mostly) with the testsuite Akim Demaille
- Re: Success (mostly) with the testsuite Alexandre Oliva
- Re: Success (mostly) with the testsuite Pavel Roskin
- Success (mostly) with the testsuite David Morgan
- Re: Success (mostly) with the testsuite Pavel Roskin
- Re: Success (mostly) with the testsuite Akim Demaille
- Re: Success (mostly) with the testsuite David Morgan
- Re: Success (mostly) with the testsuite Lars J. Aas
- Re: Success (mostly) with the testsuite David Morgan
- Re: Success (mostly) with the testsu... Lars J. Aas
- Re: Success (mostly) with the te... David Morgan
- Re: Success (mostly) with the te... Alexandre Oliva
- Re: Success (mostly) with the te... David Morgan
- Re: Success (mostly) with the te... Akim Demaille
- Re: Success (mostly) with the testsuite David Morgan
- Re: Success (mostly) with the testsuite Akim Demaille
