summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh15
1 files changed, 7 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 20db562..dc16b29 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2# autogen.sh - generates configure using the autotools 2m4/buildconf.py \
3# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ 3 --libtoolize \
4libtoolize --force --copy 4 --aclocal \
5#libtoolize14 --force --copy 5 --automake \
6aclocal-1.9 -I m4 6 --autoconf \
7autoheader 7 --autoheader
8automake-1.9 --add-missing --copy --foreign 8
9autoconf
10rm -rf autom4te.cache 9rm -rf autom4te.cache