aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/bootstrap')
-rwxr-xr-xmaintainer/bootstrap26
1 files changed, 0 insertions, 26 deletions
diff --git a/maintainer/bootstrap b/maintainer/bootstrap
deleted file mode 100755
index 9a3de38..0000000
--- a/maintainer/bootstrap
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh
-#
-# bootstrap:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# 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