From: Micah Anderson Date: Thu, 26 Jan 2006 21:05:45 +0000 (+0000) Subject: Slight change to autogen.sh to act like other scripts I've found X-Git-Tag: backupninja-0.9.3~5 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=d58836a04f3a48e039840cd6bd4ddb2797b5562c Slight change to autogen.sh to act like other scripts I've found --- diff --git a/autogen.sh b/autogen.sh index badec58..4342a42 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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