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

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 317 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 -I ../../../lib/replace"
7IPATHS="$IPATHS -I ./external"
8
9autoheader $IPATHS || exit 1
10autoconf $IPATHS || exit 1
11
12rm -rf autom4te.cache
13
14echo "Now run ./configure and then make."
15exit 0
16
Note: See TracBrowser for help on using the repository browser.