aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer
diff options
context:
space:
mode:
authorjames <>2008-03-07 14:36:25 +0000
committerjames <>2008-03-07 14:36:25 +0000
commit72e87f2b2a9a88404e56437f111bb47b138e1572 (patch)
treed66772050dd0a3d1f347331f8ac51828bca560bd /maintainer
parentcdaaaaf7b64c3c8499165d561938578d051b426c (diff)
downloadsympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.tar.gz
sympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.tar.bz2
sympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.zip
*** empty log message ***
Diffstat (limited to 'maintainer')
-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