From d58836a04f3a48e039840cd6bd4ddb2797b5562c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 26 Jan 2006 21:05:45 +0000 Subject: [PATCH] Slight change to autogen.sh to act like other scripts I've found --- 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