Drop lufsumount(1) in the favor of compatibility with generic umount(8).
[lufs.git] / autogen.pl
index 88c71d8..6026723 100755 (executable)
@@ -46,10 +46,17 @@ AutoGen->run(
                                ./util/auto.sshfs
                                ./util/lufsmnt-bin
                                ./util/lufsmount
-                               ./util/lufsumount
                                ./kernel/Linux/prepmod
                                ./kernel/Linux/modbin/*.o
                                ./kernel/Linux/modbin/prepmod-tmp-dir
+                               ./kernel/Linux/2.4/makefile
+                               ./kernel/Linux/2.6/makefile
+                               ./debian/changelog
                                )],
                "ChangeLog"=>"ChangeLog.captive",
+               "prep"=>sub {
+                               # 1.6 to prevent weird error on configure.in:81 with unsatistifed dependencies
+                               AutoGen->checkcommandversion("automake","1.6");
+                               1;
+                               },
                );