aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index fd98b6d..a4807b2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,10 @@
1#!/bin/sh 1#!/bin/sh
2libtoolize --copy --force --automake || exit 1
2rm -f config.cache 3rm -f config.cache
3automake
4autoheader
5aclocal 4aclocal
5autoheader
6automake
6autoconf 7autoconf
8
9
10