bug-autoconf
[Top][All Lists]
Advanced

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

Re: Argument quoting problem when processing config_subdirs


From: Pavel Roskin
Subject: Re: Argument quoting problem when processing config_subdirs
Date: Thu, 11 Jan 2001 10:05:24 -0500 (EST)

Hello, Akim!

> +    \'-cache-file=*\' | \'--cache-file=*\' | \'--cache-fil=*\' \
> +    | \'--cache-fi=*\' | \'--cache-f=*\' | \'--cache-=*\' | \'--cache=*\' \
> +    | \'--cach=*\' | \'--cac=*\' | \'--ca=*\' | \'--c=*\')
> +      ;;
>
> Sorry, I don't know what your patch is addressing, didn't look
> precisely (there is no ChangeLog), but anyway if you need this, your
> patch is wrong somewhere.

I was going to write exactly the same with few additional points:

1) configure should not see the quotes - they should be interpreted by the
shell that runs configure.

2) configure doesn't support spaces in directories. There are few
exceptions, e.g. spaces are allowed in the directories listed in PATH.
However, I'll oppose to fixes that change too much - it's easy to break
something else even just by adding extra quotes.

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]