r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jun 2005 00:48:00 +0000 (00:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:18 +0000 (13:18 -0500)
(This used to be commit ffe1b5e6f4cd8cc9ddd0ceda882ad76917ebd1d3)

source4/autogen.sh

index 3422d7cebfa5c4f87f77eb43c9f0ad77acbc8c22..ed9a9f5bc3572842fbb1f04b7d95bbd80449026b 100755 (executable)
@@ -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"