+Require automake 1.6.
authorshort <>
Thu, 21 Aug 2003 11:30:28 +0000 (11:30 +0000)
committershort <>
Thu, 21 Aug 2003 11:30:28 +0000 (11:30 +0000)
autogen.pl

index 88c71d8..48a6119 100755 (executable)
@@ -52,4 +52,9 @@ AutoGen->run(
                                ./kernel/Linux/modbin/prepmod-tmp-dir
                                )],
                "ChangeLog"=>"ChangeLog.captive",
+               "prep"=>sub {
+                               # 1.6 to prevent weird error on configure.in:81 with unsatistifed dependencies
+                               AutoGen->checkcommandversion("automake","1.6");
+                               1;
+                               },
                );