From: Tom Tromey Date: Mon, 1 Jun 1998 23:20:43 +0000 (+0000) Subject: Fixlet from Ian X-Git-Tag: v1.10.2~2925 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e34cd3ea41290d1f1b80090843e9bbb72ad829f3;p=platform%2Fupstream%2Fautomake.git Fixlet from Ian --- diff --git a/ChangeLog b/ChangeLog index ab612f1..38f9eed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 28 18:49:47 1998 Ian Lance Taylor + + * automake.in (handle_configure): Always use $(SHELL) when running + config.status. + Mon Jun 1 14:23:29 1998 Tom Tromey * automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS, diff --git a/TODO b/TODO index bd6c3f5..e79c4c9 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,7 @@ * Every program foo has FOOFLAGS right now. It should also have AM_FOOFLAGS, which can be set in Makefile.am. +DONE: but needs to be documented * Should have a --copy like libtoolize Should be able to update files that would be installed with -a diff --git a/automake.in b/automake.in index 2d23443..46385d6 100755 --- a/automake.in +++ b/automake.in @@ -3233,7 +3233,7 @@ sub handle_configure . '$@' . ($need_rewritten ? (':' . join (':', @rewritten_inputs)) : '') - . ' CONFIG_HEADERS= ./config.status' + . ' CONFIG_HEADERS= $(SHELL) ./config.status' . "\n"); push (@actual_other_files, $local);