examples/VFS: try to fix the build on openbsd, adding alternative spellings of autoco...
authorMichael Adam <obnox@samba.org>
Wed, 6 Jul 2011 08:37:40 +0000 (10:37 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Jul 2011 10:55:25 +0000 (12:55 +0200)
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

index 223919890f1e0c7d4dccb62f095e636044ee7107..8c6c909f5b6e3b6246958ffd1f2790b2ed351aa9 100755 (executable)
@@ -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"