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

Revision 660, 0.7 kB (checked in by dwalker, 9 years ago)

adding libtool.m4, acinclude.m4 is now acinclude.m4.in
cleanups

  • 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 "*** Retrieving configure tests needed by configure.in"
7    @aclocal
8    @echo "*** Scanning for include statements"
9    @autoheader
10    @echo "*** Building Makefile templates (step one)"
11    @automake
12    @echo "*** Building Makefile templates (step two)"
13    @autoconf
14    @if grep "ac_kw foo" configure &>/dev/null; then perl -p -i -e "s/ac_kw foo/ac_kw int foo/" configure; fi
15    @echo "*** Create date/time stamp"
16    @touch stamp-h.in
17    @echo "*** Finished"
18    @echo "    Don't forget to run ./configure"
19    @echo "    If you haven't done so in a while, run ./configure --help"
Note: See TracBrowser for help on using the browser.