acconfig.h and Makefile.in
Zack Weinberg
zack@codesourcery.com
Sun Jul 13 17:26:00 GMT 2003
kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:
> acconfig.h is still mentioned in Makefile.in. Did you mean to delete
> it from there too?
Bleah. Yes.
While I'm here, anyone know what the point of cstamp-h.in is? The
canonical set of autoconf-update rules (from the autoconf manual)
doesn't bother with it.
zw
* Makefile.in: Remove orphan reference to acconfig.h.
===================================================================
Index: Makefile.in
--- Makefile.in 11 Jul 2003 22:00:09 -0000 1.1113
+++ Makefile.in 13 Jul 2003 16:50:03 -0000
@@ -981,7 +981,7 @@ mkheaders: $(srcdir)/mkheaders.in
# Don't run autoheader automatically either.
# Only run it if maintainer mode is enabled.
@MAINT@ $(srcdir)/config.in: $(srcdir)/cstamp-h.in
-@MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
+@MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in
@MAINT@ (cd $(srcdir) && autoheader)
@MAINT@ @rm -f $(srcdir)/cstamp-h.in
@MAINT@ echo timestamp > $(srcdir)/cstamp-h.in
More information about the Gcc
mailing list