From f4ade537d550b872b7e86e6ffce940dfbad4c60c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 11 Dec 2001 21:53:04 +0000 Subject: Initial revision --- autogen.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..abc8b01d --- /dev/null +++ b/autogen.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# $Id: autogen.sh,v 1.1 2001/12/11 21:53:04 alex Exp $ +# +# $Log: autogen.sh,v $ +# Revision 1.1 2001/12/11 21:53:04 alex +# Initial revision +# + +if [ -f configure ]; then + echo "autogen.sh: configure-Skript existiert bereits!" +fi + +aclocal && \ + autoheader && \ + automake --add-missing --copy && \ + autoconf && \ + echo "Okay, autogen.sh war erfolgreich." + +# -eof- -- cgit 1.4.1