summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
diff options
context:
space:
mode:
authorPaul Querna <chip@outoforder.cc>2005-04-04 08:28:38 (GMT)
committer Paul Querna <chip@outoforder.cc>2005-04-04 08:28:38 (GMT)
commit6e0bfd69eb8331d195f9fc4a449a3d52baa6793d (patch)
tree8e3082866cfbe32e2bfdd44db40660ab92f31ba8 /autogen.sh
parent7bd1f6a2642fdbf5c5f2f48af9af01765e6abe05 (diff)
- make memcahe optional
- update for 2.1.x branch changes. - some mucking around with the conf stuff
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c8e11f..20db562 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,8 @@
3# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ 3# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $
4libtoolize --force --copy 4libtoolize --force --copy
5#libtoolize14 --force --copy 5#libtoolize14 --force --copy
6aclocal -I m4 6aclocal-1.9 -I m4
7autoheader 7autoheader
8automake --add-missing --copy --foreign 8automake-1.9 --add-missing --copy --foreign
9autoconf 9autoconf
10rm -rf autom4te.cache 10rm -rf autom4te.cache