summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-17 00:48:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:18 -0500
commit2068037ba910a323ddd2aa7261dfe757e3f9821f (patch)
tree1f4529b8d6707dbc84b0aedc78b0e081cb4c1696 /source4/autogen.sh
parent11bc3f3589007cfc3dcce1a37d824a8c83b01d1a (diff)
downloadsamba-2068037ba910a323ddd2aa7261dfe757e3f9821f.tar.gz
samba-2068037ba910a323ddd2aa7261dfe757e3f9821f.tar.bz2
samba-2068037ba910a323ddd2aa7261dfe757e3f9821f.zip
r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd
(This used to be commit ffe1b5e6f4cd8cc9ddd0ceda882ad76917ebd1d3)
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-xsource4/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 3422d7cebf..ed9a9f5bc3 100755
--- a/source4/autogen.sh
+++ b/source4/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"