New.
authorPhil Blundell <pb@reciva.com>
Sun, 28 Mar 2004 12:02:50 +0000 (12:02 +0000)
committerPhil Blundell <pb@reciva.com>
Sun, 28 Mar 2004 12:02:50 +0000 (12:02 +0000)
ChangeLog
autogen.sh [new file with mode: 0755]

index 825771a..1622422 100644 (file)
--- 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:
 2004-03-25  Philip Blundell  <philb@gnu.org>
 
        Autotoolized:
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..d68a142
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure "$@"