summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-04-04 22:11:18 +0000
committerTom Tromey <tromey@redhat.com>1996-04-04 22:11:18 +0000
commitafd5aebd3b4b84205651fcc621ef19290c38557c (patch)
treeda2fbef876d2bb60cb35ce1a64f8e802adec8bd7
parent467c247e7b3a22df0ea9f13696254432b97b4d7e (diff)
downloadautomake-afd5aebd3b4b84205651fcc621ef19290c38557c.tar.gz
Fixed bug
-rw-r--r--ChangeLog4
-rw-r--r--TODO9
-rw-r--r--lib/am/remake-hdr.am1
-rw-r--r--remake-hdr.am1
4 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44c7ee2d4..f96500e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 4 15:10:50 1996 Tom Tromey <tromey@creche.cygnus.com>
+
+ * remake-hdr.am (stamp-h): Actually touch stamp-h.
+
Wed Apr 3 15:16:06 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (require_file_internal): Use correct file for error
diff --git a/TODO b/TODO
index 573207b24..ddb2ac7c3 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,11 @@ Priorities for release:
* Fix all mkinstalldirs invocations
* Add support for libtool
* At top level, config.h is not depended on...
+* Rename dist-local -> dist-hook
+* Add install-data-hook, install-exec-hook
+* If file is Makefile.in.am, header is incorrect!
+ Also, regeneration rules fail in this case
+* Must look for stamp-h.in in srcdir?
Other priorities:
* Must rewrite am_install_var. Should break into multiple functions.
@@ -9,6 +14,7 @@ Other priorities:
* Rewrite clean targets.
* Must rewrite error handling code. Right now it is a real mess
Should fix up require_file junk at the same time
+* Add EXTRA_prog_SOURCES, for eg Apache
Things to finish libtool support:
* Handle grody compilation issue
@@ -16,6 +22,9 @@ Things to finish libtool support:
* Handle clean changes
* New definition for LINK
+Scan source directories and warn about missing files, eg .c/.h files
+that aren't mentioned?
+
Currently gettext requires @INTLSUB@ and @POSUB@ in SUBDIRS. In the
future this will be just intl and po. When that happens, re-enable
warnings in handle_subdirs.
diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am
index 82c0b0820..cfae00669 100644
--- a/lib/am/remake-hdr.am
+++ b/lib/am/remake-hdr.am
@@ -18,6 +18,7 @@
$(CONFIG_HEADER): stamp-h
stamp-h: $(CONFIG_HEADER_IN) config.status
CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
+ @echo timestamp > stamp-h
$(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
$(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
cd $(srcdir) && autoheader
diff --git a/remake-hdr.am b/remake-hdr.am
index 82c0b0820..cfae00669 100644
--- a/remake-hdr.am
+++ b/remake-hdr.am
@@ -18,6 +18,7 @@
$(CONFIG_HEADER): stamp-h
stamp-h: $(CONFIG_HEADER_IN) config.status
CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
+ @echo timestamp > stamp-h
$(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
$(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
cd $(srcdir) && autoheader