This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]