1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

examples/VFS: try to fix the build on openbsd, adding alternative spellings of autoconf/header

The host "samba-amd64" on the build farm running openbsd 4.8 broke.
Taking over the additional spellings of autoconf and autoheader from
the source3/autogen.sh script should fix it.
This commit is contained in:
Michael Adam 2011-07-06 10:37:40 +02:00
parent 310fff02a6
commit f5bc4de1cd

View File

@ -4,8 +4,9 @@
## 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"