Root/
| 1 | #!/bin/sh |
| 2 | # generated 2004/4/12 11:58:47 EDT by amp8165@localhost.(none) |
| 3 | # using glademm V2.0.0 |
| 4 | |
| 5 | if test ! -f install-sh ; then touch install-sh ; fi |
| 6 | |
| 7 | MAKE=`which gnumake` |
| 8 | if test ! -x "$MAKE" ; then MAKE=`which gmake` ; fi |
| 9 | if test ! -x "$MAKE" ; then MAKE=`which make` ; fi |
| 10 | HAVE_GNU_MAKE=`$MAKE --version|grep -c "Free Software Foundation"` |
| 11 | |
| 12 | if test "$HAVE_GNU_MAKE" != "1"; then |
| 13 | echo Using non GNU Make at $MAKE |
| 14 | else |
| 15 | echo Found GNU Make at $MAKE ... good. |
| 16 | fi |
| 17 | |
| 18 | echo This script runs configure and make... |
| 19 | echo You did remember necessary arguments for configure, right? |
| 20 | |
| 21 | if test ! -x `which aclocal` |
| 22 | then echo you need autoconfig and automake to generate the Makefile |
| 23 | fi |
| 24 | if test ! -x `which automake` |
| 25 | then echo you need automake to generate the Makefile |
| 26 | fi |
| 27 | |
| 28 | libtoolize --force --copy |
| 29 | autoheader |
| 30 | aclocal |
| 31 | automake --add-missing --copy --gnu |
| 32 | autoconf |
| 33 | #./configure $* && $MAKE |
| 34 |
Branches:
development
master
