From 87002cc3c82c5c9ac10c703d23d2777349c13a10 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 1 Jun 1998 23:20:33 +0000 Subject: [PATCH] Fixlet from Ian --- ChangeLog | 5 +++++ TODO | 1 + automake.in | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab612f15..38f9eed4 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 bd6c3f5e..e79c4c92 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 2d234439..46385d63 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); -- 2.43.5