diff options
author | Paul Querna | 2005-04-04 08:28:38 +0000 |
---|---|---|
committer | Paul Querna | 2005-04-04 08:28:38 +0000 |
commit | 6e0bfd69eb8331d195f9fc4a449a3d52baa6793d (patch) | |
tree | 8e3082866cfbe32e2bfdd44db40660ab92f31ba8 /autogen.sh | |
parent | 7bd1f6a2642fdbf5c5f2f48af9af01765e6abe05 (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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $ |
4 | libtoolize --force --copy | 4 | libtoolize --force --copy |
5 | #libtoolize14 --force --copy | 5 | #libtoolize14 --force --copy |
6 | aclocal -I m4 | 6 | aclocal-1.9 -I m4 |
7 | autoheader | 7 | autoheader |
8 | automake --add-missing --copy --foreign | 8 | automake-1.9 --add-missing --copy --foreign |
9 | autoconf | 9 | autoconf |
10 | rm -rf autom4te.cache | 10 | rm -rf autom4te.cache |