diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-17 00:48:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:18 -0500 |
commit | 2068037ba910a323ddd2aa7261dfe757e3f9821f (patch) | |
tree | 1f4529b8d6707dbc84b0aedc78b0e081cb4c1696 | |
parent | 11bc3f3589007cfc3dcce1a37d824a8c83b01d1a (diff) | |
download | samba-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)
-rwxr-xr-x | source4/autogen.sh | 4 |
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" |