]> arthur.barton.de Git - ngircd-alex.git/blobdiff - autogen.sh
Fixed a "checking for ..." text string.
[ngircd-alex.git] / autogen.sh
index abc8b01d49b56c7aca9f69cd179694b8d0645add..8a0a56f4de323d46da36d285115b9f350bc72da1 100755 (executable)
@@ -1,19 +1,11 @@
 #!/bin/sh
 #
-# $Id: autogen.sh,v 1.1 2001/12/11 21:53:04 alex Exp $
+# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 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 && \
+ automake --add-missing && \
  autoconf && \
  echo "Okay, autogen.sh war erfolgreich."