Fixlet from Ian
authorTom Tromey <tromey@redhat.com>
Mon, 1 Jun 1998 23:20:43 +0000 (23:20 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 1 Jun 1998 23:20:43 +0000 (23:20 +0000)
ChangeLog
TODO
automake.in

index ab612f1..38f9eed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 28 18:49:47 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * automake.in (handle_configure): Always use $(SHELL) when running
+       config.status.
+
 Mon Jun  1 14:23:29 1998  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (handle_yacc_lex_cxx): Use AM_CPPFLAGS, AM_CXXFLAGS,
diff --git a/TODO b/TODO
index bd6c3f5..e79c4c9 100644 (file)
--- 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
index 2d23443..46385d6 100755 (executable)
@@ -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);