From cdaaaaf7b64c3c8499165d561938578d051b426c Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 7 Mar 2008 14:32:55 +0000 Subject: *** empty log message *** --- autogen.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..88a50c3 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,29 @@ +#! /bin/sh +# +# bootstrap: +# +# Copyright (c) 2008 James McKenzie , +# All rights reserved. +# +# $Id$ +# +# $Log$ +# Revision 1.1 2008/03/07 14:32:55 james +# *** empty log message *** +# +# Revision 1.1 2008/02/03 16:20:24 james +# *** empty log message *** +# +# +# +# +# +libtoolize -f -c --automake +aclocal +autoheader +autoconf +automake -a -c +automake -a -c Makefile +automake -a -c src/Makefile +automake -a -c apps/Makefile +automake -a -c test/Makefile -- cgit v1.2.3