source:
trunk/server/lib/replace/autogen-autotools.sh
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 189 bytes |
Rev | Line | |
---|---|---|
[740] | 1 | #!/bin/sh |
2 | ||
3 | rm -rf autom4te.cache | |
4 | rm -f configure config.h.in | |
5 | ||
6 | autoheader || exit 1 | |
7 | autoconf || exit 1 | |
8 | ||
9 | rm -rf autom4te.cache | |
10 | ||
11 | echo "Now run ./configure and then make." | |
12 | exit 0 | |
13 |
Note:
See TracBrowser
for help on using the repository browser.