root/tags/forwarder-0_65/email/Makefile.cvs

Revision 1399, 0.8 kB (checked in by dwalker, 9 years ago)

rm -f config.cache

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2all:
3    @echo "*** Concatenating configure tests into acinclude.m4"
4    @-rm -f acinclude.m4
5    @$(MAKE) -f Makefile.am  top_srcdir=. acinclude.m4
6    @echo "*** Fetching libtool"
7    @-rm -f ltmain.sh && cp ../../ltmain.sh ltmain.sh
8    @-rm -f ltconfig && cp ../../ltconfig ltconfig
9    @-rm -f libtool
10    @echo "*** Retrieving configure tests needed by configure.in"
11    @aclocal
12    @echo "*** Scanning for include statements"
13    @autoheader
14    @echo "*** Building Makefile templates (step one)"
15    @automake
16    @echo "*** Building Makefile templates (step two)"
17    @autoconf
18    @if grep "ac_kw foo" configure &>/dev/null; then perl -p -i -e "s/ac_kw foo/ac_kw int foo/" configure; fi
19    @echo "*** Create date/time stamp"
20    @touch stamp-h.in
21    @echo "*** Finished"
22    @echo "    Don't forget to run ./configure"
23    @echo "    If you haven't done so in a while, run ./configure --help"
24    @-rm -f config.cache
Note: See TracBrowser for help on using the browser.