diff options
author | Michael Adam <obnox@samba.org> | 2011-07-06 10:37:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-06 12:55:25 +0200 |
commit | f5bc4de1cd1f2453eb18e8056d1c09d41570caba (patch) | |
tree | 1d7e6b4026432a8083cc849f7f2fe7b5baf91956 /examples | |
parent | 310fff02a68d87a8af3e2cff0560669eb8bb091a (diff) | |
download | samba-f5bc4de1cd1f2453eb18e8056d1c09d41570caba.tar.gz samba-f5bc4de1cd1f2453eb18e8056d1c09d41570caba.tar.bz2 samba-f5bc4de1cd1f2453eb18e8056d1c09d41570caba.zip |
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.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/VFS/autogen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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" |