source:
trunk/bootstrap
@
279
| Revision 279, 279 bytes checked in by ludovic.rousseau, 5 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | set -x |
| 5 | if test -f Makefile; then |
| 6 | make distclean |
| 7 | fi |
| 8 | rm -rf *.cache *.m4 config.guess config.log \ |
| 9 | config.status config.sub depcomp ltmain.sh |
| 10 | |
| 11 | #gettextize --force |
| 12 | aclocal -I aclocal |
| 13 | libtoolize --force --copy |
| 14 | autoheader |
| 15 | automake --add-missing --foreign |
| 16 | autoconf |
Note: See TracBrowser
for help on using the repository browser.
