diff options
Diffstat (limited to 'examples/VFS')
-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" |