[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fix quoting in autoconf --help=recursive
From: |
Ralf Corsepius |
Subject: |
Fix quoting in autoconf --help=recursive |
Date: |
Wed, 18 Aug 2004 02:50:03 +0200 |
The patch below fixes a quoting bug, which causes
autoconf --help=recursive
to fail on config subdirs, if the current working directory contains
white spaces. (A similar patch to _AC_OUTPUT_SUBDIRS had been applied by
Akim on 2003-11-24).
# mkdir "a b c"
# cd "a b c"
# <path>/configure --help=recursive
...
Report bugs to <address@hidden>.
./configure: line 882: cd: /tmp/tests/autoconf/a: No such file or
directory
Ralf
autoconf-help-quoting.patch
Description: Text Data
- Fix quoting in autoconf --help=recursive,
Ralf Corsepius <=