From f5bc4de1cd1f2453eb18e8056d1c09d41570caba Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jul 2011 10:37:40 +0200 Subject: 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. --- examples/VFS/autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/VFS') diff --git a/examples/VFS/autogen.sh b/examples/VFS/autogen.sh index 223919890f..8c6c909f5b 100755 --- a/examples/VFS/autogen.sh +++ b/examples/VFS/autogen.sh @@ -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" -- cgit