]> git.ipfire.org Git - thirdparty/autoconf.git/commit
./configure --program-suffix=foo produces `transform=s,$$,foo,;',
authorAkim Demaille <akim@epita.fr>
Thu, 21 Jun 2001 09:18:16 +0000 (09:18 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 21 Jun 2001 09:18:16 +0000 (09:18 +0000)
commit21c5ee474bc14af7573dff87f17ec8d43c9fcb65
tree649b2ee8864dcfb53178d3ac70c825b59f1e4679
parent2720ecff8634a6dbc30fa43ac8c5b89e46a6534b
./configure --program-suffix=foo produces `transform=s,$$,foo,;',
but some sed choke on multiple `;', and other tools (e.g.,
Automake), include the separator themselves.
* acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
ChangeLog
NEWS
acgeneral.m4
configure
doc/autoconf.texi
lib/autoconf/general.m4
lib/m4sugar/m4sh.m4
m4sh.m4