lib: use list of unsafe chars, not safe ones
commit487d6aaaa4fe45001d30c439ea6240fc74f1b5d7
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Mar 2018 03:19:01 +0000 (19 20:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Mar 2018 03:19:46 +0000 (19 20:19 -0700)
treec8c944a63075affd373ecfdb5931e305b15d1bfe
parentf0aa3cc07ab2d8118ba5aa294a67f2422ee83c79
lib: use list of unsafe chars, not safe ones

* lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG):
Rely on list of unsafe chars instead of list of safe ones.
This corresponds more closely to POSIX and should result
in less quoting.
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
Adjust to this change.
x
lib/autoconf/general.m4
lib/autoconf/status.m4