From: Robert Boehne Date: Tue, 25 Mar 2003 23:53:38 +0000 (+0000) Subject: * bootstrap: Add f77demo to the directories that AUTOHEADER X-Git-Tag: release-1-5~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd04eb7011ecb8c7a75664a0da073e108691c41f;p=thirdparty%2Flibtool.git * bootstrap: Add f77demo to the directories that AUTOHEADER is run in. --- diff --git a/ChangeLog b/ChangeLog index 34e477c7d..f4d7a6854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Robert Boehne + + * bootstrap: Add f77demo to the directories that AUTOHEADER + is run in. + 2003-03-21 Wesley W. Terpstra * ltmain.in: Don't accumulate directory information in clean mode. diff --git a/bootstrap b/bootstrap index 7070a9f1c..c9d9a80dc 100755 --- 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