Slight change to autogen.sh to act like other scripts I've found
[matthijs/upstream/backupninja.git] / autogen.sh
index 05a815a54127b6c1191b3ac22fe19f246e0bbafa..4342a42756808454db552aa691f2372b16b454eb 100755 (executable)
@@ -12,6 +12,6 @@ fi
 ### použít jen když je třeba použít configure.h.in
 #autoheader
 
-aclocal
-automake -a
-autoconf
+aclocal \
+&& automake -a -c
+&& autoconf