From: micah 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-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=def41bd243bcbfaec72b4346277c731a960c7126;p=matthijs%2Fupstream%2Fbackupninja-vserver.git Slight change to autogen.sh to act like other scripts I've found git-svn-id: http://code.autistici.org/svn/backupninja/trunk@353 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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