changeset 44772:1441ddaec960

(MAINT): New variable. (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this instead of configure.in, to avoid running autoconf and autoheader unless explicitly requested.
author Andreas Schwab <schwab@suse.de>
date Tue, 23 Apr 2002 09:52:54 +0000
parents bfc2ca8083c8
children bec675961fde
files Makefile.in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Apr 23 08:36:35 2002 +0000
+++ b/Makefile.in	Tue Apr 23 09:52:54 2002 +0000
@@ -227,6 +227,9 @@
 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
 COPYDESTS = ${etcdir} ${lispdir}
 
+# Set to FRC to force running autoconf and autoheader
+MAINT = 
+
 all: ${SUBDIR} leim
 
 removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
@@ -277,12 +280,12 @@
 config.status: ${srcdir}/configure
 	./config.status --recheck
 
-${srcdir}/configure: configure.in
+${srcdir}/configure: $(MAINT)
 	cd ${srcdir} && autoconf
 
 $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
 	@true
-$(srcdir)/src/stamp-h.in: configure.in
+$(srcdir)/src/stamp-h.in: $(MAINT)
 	cd ${srcdir} && autoheader
 	rm -f $(srcdir)/src/stamp-h.in
 	echo timestamp > $(srcdir)/src/stamp-h.in