From 9706fc2bfa08fd50d0a754aa7ede8434cb004c8b Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 27 Sep 2004 02:59:32 +0000 Subject: iniail makefiles and license foo --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..6c8e11f --- /dev/null +++ b/autogen.sh @@ -0,0 +1,10 @@ +#!/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 -I m4 +autoheader +automake --add-missing --copy --foreign +autoconf +rm -rf autom4te.cache -- cgit v0.9.2