From 740a39e9f7bda141730a067c8513a1ed6a6c836b Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 24 May 2005 23:29:09 +0000 Subject: - use the new python script for building configure scripts. --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 20db562..dc16b29 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,9 @@ #!/bin/sh -# autogen.sh - generates configure using the autotools -# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ -libtoolize --force --copy -#libtoolize14 --force --copy -aclocal-1.9 -I m4 -autoheader -automake-1.9 --add-missing --copy --foreign -autoconf +m4/buildconf.py \ + --libtoolize \ + --aclocal \ + --automake \ + --autoconf \ + --autoheader + rm -rf autom4te.cache -- cgit v0.9.2