]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't
authorAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 10:25:23 +0000 (10:25 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 10:25:23 +0000 (10:25 +0000)
commit2d177917efb991445ca372cc0bb4d6479792fab5
treeaa517dea134f39017417122b5db2d1ede51da4c9
parentc7bd04fb16d0cb6cade484cc89f7037707b38daa
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't
  : ${FOO="$foo"}
but
  : ${FOO=$foo}
Since Ultrix will also assign the quotes to FOO.
Reported by Harlan Stenn.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4