From: Tom Tromey Date: Sat, 2 Aug 1997 19:33:20 +0000 (+0000) Subject: ac_output patch from ian X-Git-Tag: Release-1-2b~44 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0f759d6ca7af265f3ced527bf83a613445865142;p=automake.git ac_output patch from ian --- diff --git a/ChangeLog b/ChangeLog index 56e87240..56d4c0a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 2 13:32:45 1997 Tom Tromey + + * automake.in (handle_configure): Pass correct value for + CONFIG_FILES. From Ian Taylor. + Thu Jul 31 17:36:10 1997 Ian Lance Taylor * ylwrap (pairlist): Shift out trailing "--"; don't pass it to diff --git a/automake.in b/automake.in index 6dc5aefe..f82c2c61 100755 --- a/automake.in +++ b/automake.in @@ -3083,7 +3083,7 @@ sub handle_configure . "\t" . 'cd $(top_builddir) && CONFIG_FILES=' . ($relative_dir eq '.' ? '' : '$(subdir)/') - . '$@' . (length (@rewritten_inputs) > 1 + . '$@' . (length (@rewritten_inputs) > 0 ? (':' . join (':', @rewritten_inputs)) : '') . ' CONFIG_HEADERS= ./config.status'