1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd

(This used to be commit ffe1b5e6f4cd8cc9ddd0ceda882ad76917ebd1d3)
This commit is contained in:
Andrew Tridgell 2005-06-17 00:48:00 +00:00 committed by Gerald (Jerry) Carter
parent 11bc3f3589
commit 2068037ba9

View File

@ -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"