From 4163308ecae26c76d22e4cc80d8bae729b06b94f Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 3 Feb 2008 16:20:24 +0000 Subject: *** empty log message *** --- maintainer/bootstrap | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 maintainer/bootstrap (limited to 'maintainer/bootstrap') diff --git a/maintainer/bootstrap b/maintainer/bootstrap new file mode 100755 index 0000000..9a3de38 --- /dev/null +++ b/maintainer/bootstrap @@ -0,0 +1,26 @@ +#! /bin/sh +# +# bootstrap: +# +# Copyright (c) 2008 James McKenzie , +# All rights reserved. +# +# $Id$ +# +# $Log$ +# 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