aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-03-07 14:32:55 +0000
committerjames <>2008-03-07 14:32:55 +0000
commitcdaaaaf7b64c3c8499165d561938578d051b426c (patch)
tree1e07ddb6dcd5d8e6769351e01c2a1d2218ea6b70
parentdf041228efb2bc1687c362366bea2a79b1a5dc67 (diff)
downloadsympathy-cdaaaaf7b64c3c8499165d561938578d051b426c.tar.gz
sympathy-cdaaaaf7b64c3c8499165d561938578d051b426c.tar.bz2
sympathy-cdaaaaf7b64c3c8499165d561938578d051b426c.zip
*** empty log message ***
-rwxr-xr-xautogen.sh29
1 files changed, 29 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..88a50c3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,29 @@
+#! /bin/sh
+#
+# bootstrap:
+#
+# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+# All rights reserved.
+#
+# $Id$
+#
+# $Log$
+# Revision 1.1 2008/03/07 14:32:55 james
+# *** empty log message ***
+#
+# 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