my debian unstable box uses "autoconf2.50" - i wish there were a
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Dec 2003 01:17:00 +0000 (01:17 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Dec 2003 01:17:00 +0000 (01:17 +0000)
better way than this!
(This used to be commit ad52fd9baf2180a89634eaaa5af22e9bed1de0a7)

source4/autogen.sh

index 2d91173f4a8d094e78b3c873b7cb56803298e558..4b879d06ef7098093d41bc4713a19e95e7991a46 100755 (executable)
@@ -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"