Explorar o código

added autogen.sh to regenerate the build environment

Michael Elkins %!s(int64=24) %!d(string=hai) anos
pai
achega
146945d460
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      autogen.sh

+ 15 - 0
autogen.sh

@@ -0,0 +1,15 @@
+#!/bin/sh
+# $Id$
+aclocal
+if test $? -ne 0; then
+	exit
+fi
+automake --add-missing
+if test $? -ne 0; then
+	exit
+fi
+autoconf
+if test $? -ne 0; then
+	exit
+fi
+./configure $@