aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-03-07 14:36:25 +0000
committerjames <>2008-03-07 14:36:25 +0000
commit72e87f2b2a9a88404e56437f111bb47b138e1572 (patch)
treed66772050dd0a3d1f347331f8ac51828bca560bd
parentcdaaaaf7b64c3c8499165d561938578d051b426c (diff)
downloadsympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.tar.gz
sympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.tar.bz2
sympathy-72e87f2b2a9a88404e56437f111bb47b138e1572.zip
*** empty log message ***
-rwxr-xr-xautogen.sh11
-rwxr-xr-xbstrap18
-rwxr-xr-xmaintainer/bootstrap26
3 files changed, 7 insertions, 48 deletions
diff --git a/autogen.sh b/autogen.sh
index 88a50c3..613cff4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,9 @@
# $Id$
#
# $Log$
+# Revision 1.2 2008/03/07 14:36:25 james
+# *** empty log message ***
+#
# Revision 1.1 2008/03/07 14:32:55 james
# *** empty log message ***
#
@@ -23,7 +26,7 @@ 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
+#automake -a -c Makefile
+#automake -a -c src/Makefile
+#automake -a -c apps/Makefile
+#automake -a -c test/Makefile
diff --git a/bstrap b/bstrap
deleted file mode 100755
index e7f67a6..0000000
--- a/bstrap
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# bstrap:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id$
-#
-# $Log$
-# Revision 1.1 2008/02/03 16:20:23 james
-# *** empty log message ***
-#
-#
-#
-#
-maintainer/bootstrap
-./configure --prefix=/tmp
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