From b843787b6d1660b182310a9c89332d8110fd4c8d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 20 Mar 2012 22:19:52 +0100 Subject: Put autogen.sh in the right order --- autogen.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index ef950cea..129581e5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,8 @@ #!/bin/sh -gtkdocize --copy -libtoolize -aclocal -I m4 -autoconf -autoheader -automake -ac + aclocal -I m4 \ +&& libtoolize \ +&& gtkdocize --copy \ +&& autoheader \ +&& automake -ac \ +&& autoconf -- cgit v1.2.3