aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files 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