Slight change to autogen.sh to act like other scripts I've found
authorMicah Anderson <micah@riseup.net>
Thu, 26 Jan 2006 21:05:45 +0000 (21:05 +0000)
committerMicah Anderson <micah@riseup.net>
Thu, 26 Jan 2006 21:05:45 +0000 (21:05 +0000)
autogen.sh

index badec58d317ba09804ec35caf1838983950b15fd..4342a42756808454db552aa691f2372b16b454eb 100755 (executable)
@@ -12,6 +12,6 @@ fi
 ### použít jen když je třeba použít configure.h.in
 #autoheader
 
-aclocal
-automake -a -c
-autoconf
+aclocal \
+&& automake -a -c
+&& autoconf