source:
branches/samba-3.5.x/source4/lib/ldb/autogen.sh
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 317 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | rm -rf autom4te.cache |
4 | rm -f configure config.h.in |
5 | |
6 | IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace" |
7 | IPATHS="$IPATHS -I ./external" |
8 | |
9 | autoheader $IPATHS || exit 1 |
10 | autoconf $IPATHS || exit 1 |
11 | |
12 | rm -rf autom4te.cache |
13 | |
14 | echo "Now run ./configure and then make." |
15 | exit 0 |
16 |
Note:
See TracBrowser
for help on using the repository browser.