source:
branches/samba-3.5.x/lib/replace/autogen.sh@
737
Last change on this file since 737 was 414, checked in by , 15 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
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.