summaryrefslogtreecommitdiff
path: root/source/autogen.sh
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 22:49:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:03 -0500
commit596cbe73dd268742acf456fccd8a234376fb0c97 (patch)
treee61db1bbfc4617cb99f6ddba10106e3e8881c293 /source/autogen.sh
parentbd175177960f39ef70d73d09e304299e03372bd6 (diff)
downloadsamba-596cbe73dd268742acf456fccd8a234376fb0c97.tar.gz
r18644: bring in libreplace in lib/replace
metze
Diffstat (limited to 'source/autogen.sh')
-rwxr-xr-xsource/autogen.sh14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/autogen.sh b/source/autogen.sh
index 3422d7cebfa..4d3488c9a48 100755
--- a/source/autogen.sh
+++ b/source/autogen.sh
@@ -4,8 +4,8 @@
## insert all possible names (only works with
## autoconf 2.x
-TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50"
-TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50"
+TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50 autoheader259 autoheader253"
+TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50 autoconf259 autoconf253"
AUTOHEADERFOUND="0"
AUTOCONFFOUND="0"
@@ -53,11 +53,13 @@ echo "$0: running script/mkversion.sh"
rm -rf autom4te*.cache
rm -f configure include/config.h*
-echo "$0: running $AUTOHEADER"
-$AUTOHEADER || exit 1
+IPATHS="-I. -Ilib/replace"
-echo "$0: running $AUTOCONF"
-$AUTOCONF || exit 1
+echo "$0: running $AUTOHEADER $IPATHS"
+$AUTOHEADER $IPATHS || exit 1
+
+echo "$0: running $AUTOCONF $IPATHS"
+$AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache