|
Revision 347, 436 bytes
(checked in by graham, 9 years ago)
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | all: |
|---|
| 3 | @echo "*** Retrieving configure tests needed by configure.in" |
|---|
| 4 | @aclocal |
|---|
| 5 | @echo "*** Scanning for include statements" |
|---|
| 6 | @autoheader |
|---|
| 7 | @echo "*** Building Makefile templates" |
|---|
| 8 | @autoconf |
|---|
| 9 | @if grep "ac_kw foo" configure &>/dev/null; then perl -p -i -e "s/ac_kw foo/ac_kw int foo/" configure; fi |
|---|
| 10 | @echo "*** Finished" |
|---|
| 11 | @echo " Don't forget to run ./configure" |
|---|
| 12 | @echo " If you haven't done so in a while, run ./configure --help" |
|---|