From e34cd3ea41290d1f1b80090843e9bbb72ad829f3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 1 Jun 1998 23:20:43 +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 ab612f15f..38f9eed41 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 bd6c3f5eb..e79c4c926 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 2d2344398..46385d634 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.47.3