aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <pb@reciva.com>2004-03-28 12:02:50 +0000
committerPhil Blundell <pb@reciva.com>2004-03-28 12:02:50 +0000
commit1c62c3bbf6c216ebf455968973b94b48e57ff9de (patch)
tree218b39a4756e965bf639351268c1c7109d257e9d
parentAutotoolized: (diff)
downloadxcman-1c62c3bbf6c216ebf455968973b94b48e57ff9de.tar.gz
xcman-1c62c3bbf6c216ebf455968973b94b48e57ff9de.tar.bz2
xcman-1c62c3bbf6c216ebf455968973b94b48e57ff9de.tar.xz
New.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 825771a..1622422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-28 Philip Blundell <philb@gnu.org>
+
+ * autogen.sh: New.
+
2004-03-25 Philip Blundell <philb@gnu.org>
Autotoolized:
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..d68a142
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure "$@"