1999-09-26 Ben Elliston <bje@cygnus.com>

* acgeneral.m4 (AC_OUTPUT_LINKS): Eliminate gratuitous spaces from
	$ac_sources if this variable is otherwise empty. Fix for
	autoconf/30.
This commit is contained in:
Ben Elliston 1999-09-25 23:59:00 +00:00
parent 09db41dc48
commit 84b5651c91
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
1999-09-26 Ben Elliston <bje@cygnus.com>
* acgeneral.m4 (AC_OUTPUT_LINKS): Eliminate gratuitous spaces from
$ac_sources if this variable is otherwise empty. Fix for
autoconf/30.
1999-09-25 Ben Elliston <bje@cygnus.com>
* autoconf.texi (AC_FUNC_SETVBUF): Do not mention which systems

View File

@ -2455,6 +2455,10 @@ EOF
cat >> $CONFIG_STATUS <<\EOF
srcdir=$ac_given_srcdir
# Remove spaces from $ac_sources if it is otherwise empty.
set -- $ac_sources
ac_sources=[$]*
while test -n "$ac_sources"; do
set $ac_dests; ac_dest=[$]1; shift; ac_dests=[$]*
set $ac_sources; ac_source=[$]1; shift; ac_sources=[$]*

View File

@ -2455,6 +2455,10 @@ EOF
cat >> $CONFIG_STATUS <<\EOF
srcdir=$ac_given_srcdir
# Remove spaces from $ac_sources if it is otherwise empty.
set -- $ac_sources
ac_sources=[$]*
while test -n "$ac_sources"; do
set $ac_dests; ac_dest=[$]1; shift; ac_dests=[$]*
set $ac_sources; ac_source=[$]1; shift; ac_sources=[$]*