This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
stamp-h1
- From: Bob Lockie <bjlockie at lockie dot ca>
- To: automake Mailing List <automake at gnu dot org>
- Date: Wed, 21 May 2003 01:44:53 -0400
- Subject: stamp-h1
I'm having trouble with 'make' running 'configure' after it has already
been run.
I think the problem is related to the creation of the file 'stamp-h1'.
There is no mention of 'stamp*' in my Makefile.am but after running
'automake' my 'Makefile.in' contains the following:
config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
$(MAKE) stamp-h1; \
else :; fi
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
Where is 'automake' getting these rules from?
--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.