diff options
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-x | source4/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 3422d7cebf..ed9a9f5bc3 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -4,8 +4,8 @@ ## 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" |