]> gitweb @ CieloNegro.org - daemon.git/commitdiff
Created autogen.sh
authorPHO <pho@cielonegro.org>
Sat, 27 Dec 2008 07:38:28 +0000 (16:38 +0900)
committerPHO <pho@cielonegro.org>
Sat, 27 Dec 2008 07:38:28 +0000 (16:38 +0900)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..3a87743
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -x
+
+aclocal        || exit 1
+autoheader     || exit 1
+automake -a -c || exit 1
+autoconf       || exit 1