[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `--prefix /foo' mishandled in sub-configure invocation
From: |
Ralf Corsepius |
Subject: |
Re: `--prefix /foo' mishandled in sub-configure invocation |
Date: |
06 Nov 2001 13:28:51 +0100 |
Am Die, 2001-11-06 um 12.44 schrieb Akim Demaille:
> >>>>> "Ralf" == Ralf Corsepius <address@hidden> writes:
>
> Ralf> Just for clarification: Are you saying that --*dir foo
>
> Yes.
>
> Ralf> --[with|without]* foo --[enable|disable]* foo all are supported?
>
> No, these have *optional* arguments.
>
>
> Ralf> Therefore, this considering '--prefix foo' in argument parsing
> Ralf> results into basically different requirements on parsers [1] and
> Ralf> therefore must be documented (or officially deprecicated), IMHO.
>
> Rather, I'd like to understand why you post-parse the arguments, since
> that's the actual bottom line.
Yep. I guess you know :-)
Working around deficiencies of my "favorite" friends:
AC_CONFIG_SUBDIRS and AC_ARG_VARS wrt. to deep packages and
Canadian-Cross support.
What I am doing basically is letting toplevel configure scripts set up
configure-script arguments, environment variables (CC etc) and build
directories (eg. --with-target-subdir) for several sub-packages,
processing canonicalization tripples, prefixes etc.
Another topic related to this is dynamically setting up config-subdirs
(Working around the "you should use literals"-issue).
Ralf
- Re: `--prefix /foo' mishandled in sub-configure invocation, (continued)
- Re: `--prefix /foo' mishandled in sub-configure invocation, Ralf Corsepius, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Tim Van Holder, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Ralf Corsepius, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Alexandre Duret-Lutz, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Akim Demaille, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Ralf Corsepius, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Alexandre Duret-Lutz, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Raja R Harinath, 2001/11/05
- Re: `--prefix /foo' mishandled in sub-configure invocation, Ralf Corsepius, 2001/11/06
- Re: `--prefix /foo' mishandled in sub-configure invocation, Akim Demaille, 2001/11/06
- Re: `--prefix /foo' mishandled in sub-configure invocation,
Ralf Corsepius <=
- Re: `--prefix /foo' mishandled in sub-configure invocation, Bruce Korb, 2001/11/06
- Re: `--prefix /foo' mishandled in sub-configure invocation, Akim Demaille, 2001/11/08