dup: added option --force to cleanup and remove-older-than commands, else they actual...
[matthijs/upstream/backupninja.git] / autogen.sh
index 4342a42756808454db552aa691f2372b16b454eb..aae1061bbd085d871930c8503040dc5d784b41e8 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+if [ "x$EDITOR" = "x" ];
+then
+        EDITOR=vi
+fi
+
 if [ "x$1" = "x-f"  ]
 then
     autoscan
@@ -13,5 +18,5 @@ fi
 #autoheader
 
 aclocal \
-&& automake -a -c
+&& automake -a -c \
 && autoconf