source: branches/samba-3.3.x/source/lib/ldb/autogen.sh

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 408 bytes
Line 
1#!/bin/sh
2
3rm -rf autom4te.cache
4rm -f configure config.h.in
5
6IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
7IPATHS="$IPATHS -I lib/talloc -I talloc -I ../talloc"
8IPATHS="$IPATHS -I lib/tdb -I tdb -I ../tdb"
9IPATHS="$IPATHS -I lib/popt -I popt -I ../popt"
10autoheader $IPATHS || exit 1
11autoconf $IPATHS || exit 1
12
13rm -rf autom4te.cache
14
15echo "Now run ./configure and then make."
16exit 0
17
Note: See TracBrowser for help on using the repository browser.