aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e58d0cd..830f841 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2libtoolize --copy --force --automake 2libtoolize --copy --force --automake
3rm -f config.cache 3rm -f config.cache
4aclocal 4aclocal -I .
5autoheader 5autoheader
6automake -a 6automake -a
7autoconf 7autoconf