about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index f82f3d68..8a0a56f4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,12 +1,8 @@
 #!/bin/sh
 #
-# $Id: autogen.sh,v 1.3 2002/03/12 14:37:51 alex Exp $
+# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 alex Exp $
 #
 
-if [ -f configure ]; then
-	echo "autogen.sh: configure-Skript existiert bereits ..."
-fi
-
 aclocal && \
  autoheader && \
  automake --add-missing && \