source: branches/samba-3.0/source/tdb/autogen.sh@ 223

Last change on this file since 223 was 1, checked in by Paul Smedley, 18 years ago

Initial code import

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