]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix ${VAR-NONWORD} bugs
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jul 2020 00:35:36 +0000 (17:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jul 2020 06:08:10 +0000 (23:08 -0700)
commitc03ca42de310c5647b7970ae1bbb1344977cb384
treee2b6adb263c5741f4326fa2baecb0746b8ce8a0d
parent2ff883c27e55b0c0d4a448614c1dee0492c9a7da
Fix ${VAR-NONWORD} bugs

* lib/autoconf/functions.m4 (AC_FUNC_SELECT_ARGTYPES):
* lib/autoconf/programs.m4 (AC_FUNC_SELECT_ARGTYPES):
* lib/autotest/general.m4 (AT_INIT):
Rewrite to avoid ${VAR-VALUE} where VALUE is not a shell word.
lib/autoconf/functions.m4
lib/autoconf/programs.m4
lib/autotest/general.m4