From 5d3e093d432a31fb8a8267cbf30f1ed892f49508 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 16:25:32 +0000 Subject: *** empty log message *** --- autogen.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..c5b0cff --- /dev/null +++ b/autogen.sh @@ -0,0 +1,25 @@ +#!/bin/sh +# +# bstrap: +# +# Copyright (c) 2009 James McKenzie <20@madingley.org>, +# All rights reserved. +# +# $Id$ +# +# $Log$ +# Revision 1.1 2009/02/08 16:25:31 root +# *** 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 test/Makefile +automake -a -c app/Makefile -- cgit v1.2.3