]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Add f77demo to the directories that AUTOHEADER
authorRobert Boehne <rboehne@gnu.org>
Tue, 25 Mar 2003 23:53:38 +0000 (23:53 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 25 Mar 2003 23:53:38 +0000 (23:53 +0000)
is run in.

ChangeLog
bootstrap

index 34e477c7d366cb9619f04594b16fd404060b4ede..f4d7a68540cbacf7db9be5de0838a5d90977ff74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-25  Robert Boehne  <rboehne@gnu.org>
+
+       * bootstrap: Add f77demo to the directories that AUTOHEADER
+       is run in.
+
 2003-03-21  Wesley W. Terpstra <terpstra@ito.tu-darmstadt.de>
 
        * ltmain.in: Don't accumulate directory information in clean mode.
index 7070a9f1c3da07deecb7290000f9e4f89a39b5ea..c9d9a80dc271a4dc30f75f28ec9f47ba9b2dcc52 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -42,6 +42,7 @@ for sub in . libltdl cdemo demo depdemo mdemo pdemo tagdemo f77demo; do
 
   $ACLOCAL
   test $sub = libltdl && $AUTOHEADER
+  test $sub = f77demo && $AUTOHEADER
   eval $AUTOMAKE $AUTOMAKE_FLAGS
   $AUTOCONF
   cd $top_srcdir