diff options
author | Paul Querna | 2005-05-24 23:29:09 +0000 |
---|---|---|
committer | Paul Querna | 2005-05-24 23:29:09 +0000 |
commit | 740a39e9f7bda141730a067c8513a1ed6a6c836b (patch) | |
tree | 8d0114aef0755ca4b132255dc96cd9dbf5ebf7a6 /autogen.sh | |
parent | 836c2f9f5d0d3c6cc1369a08683860e940c935b8 (diff) |
- use the new python script for building configure scripts.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,10 +1,9 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # autogen.sh - generates configure using the autotools | 2 | m4/buildconf.py \ |
3 | # $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ | 3 | --libtoolize \ |
4 | libtoolize --force --copy | 4 | --aclocal \ |
5 | #libtoolize14 --force --copy | 5 | --automake \ |
6 | aclocal-1.9 -I m4 | 6 | --autoconf \ |
7 | autoheader | 7 | --autoheader |
8 | automake-1.9 --add-missing --copy --foreign | 8 | |
9 | autoconf | ||
10 | rm -rf autom4te.cache | 9 | rm -rf autom4te.cache |