diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:17:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:17:00 +0000 |
commit | 2bd7a626a6b15ad6d0f49f581350841ef87fb523 (patch) | |
tree | 38b6a721203ab7e60646605366b1dabc7973f324 /source4 | |
parent | 61a2a7910565953070f075756d029a01fef08790 (diff) | |
download | samba-2bd7a626a6b15ad6d0f49f581350841ef87fb523.tar.gz samba-2bd7a626a6b15ad6d0f49f581350841ef87fb523.tar.bz2 samba-2bd7a626a6b15ad6d0f49f581350841ef87fb523.zip |
my debian unstable box uses "autoconf2.50" - i wish there were a
better way than this!
(This used to be commit ad52fd9baf2180a89634eaaa5af22e9bed1de0a7)
Diffstat (limited to 'source4')
-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 2d91173f4a..4b879d06ef 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" -TESTAUTOCONF="autoconf autoconf-2.53" +TESTAUTOHEADER="autoheader autoheader-2.53 autoheader2.50" +TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50" AUTOHEADERFOUND="0" AUTOCONFFOUND="0" |