* NEWS: The configure command now warns you if you attempt to use
commit789f0bf6ffcd3e9d29ac9102ec0b560be9bfa65e
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Mar 2005 01:01:58 +0000 (23 01:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Mar 2005 01:01:58 +0000 (23 01:01 +0000)
treeaba40aa91af9f2080d41b5ad4c9082e29a9bccc1
parent96e362a44d17ce2eae6ddce56466f0fa8e2eec16
* NEWS: The configure command now warns you if you attempt to use
a directory whose name contains a special character like space,
newline, or "\".
* doc/autoconf.texi (Installation Directory Variables): Allow
"," in file names.  Do not use \@; it's not a portable regexp.
* bin/Makefile.am (edit): Likewise.
* lib/Makefile.am (edit): Likewise.
* tests/Makefile.am (edit): Likewise.
* tests/semantics.at: Likewise.
* tests/torture.at: Likewise.
* lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
* lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
* doc/autoconf.texi (File System Conventions): Warn about
unportable file names.
* lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
(AC_INIT): Use it.
(_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
ac_pwd, and quote srcdir.
* lib/autotest/general.m4 (AT_INIT): Quote file name args.
ChangeLog
NEWS
bin/Makefile.am
doc/autoconf.texi
lib/Makefile.am
lib/autoconf/general.m4
lib/autoconf/status.m4
lib/autotest/general.m4
tests/Makefile.am
tests/semantics.at
tests/torture.at