From def41bd243bcbfaec72b4346277c731a960c7126 Mon Sep 17 00:00:00 2001 From: micah Date: Thu, 26 Jan 2006 21:05:45 +0000 Subject: [PATCH] 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 --- autogen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2