This commit was manufactured by cvs2svn to create branch 'unlabeled-1.6.2'.
[mdsms.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index deb107a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-# $Id$
-
-CONFDEFS="--enable-maintainer-mode --enable-debug"
-
-if [ -f Makefile ];then touch ChangeLog;make maintainer-clean;fi
-VER="`sed <configure.in -n 's/^AM_INIT_AUTOMAKE(.*, *\([^ ]*\) *)$/\1/p'`"
-echo "Detected version: $VER"
-rm -r -f \
-       install-sh \
-       mkinstalldirs \
-       missing \
-       INSTALL \
-       COPYING \
-       Makefile \
-       Makefile.in \
-       configure \
-       configure.scan \
-       config.guess \
-       config.status \
-       config.sub \
-       config.log \
-       config.h \
-       autoh[0-9]* \
-       config.cache \
-       config.h.in \
-       stamp-h \
-       stamp-h.in \
-       aclocal.m4 \
-       getopt.c \
-       getopt.h \
-       getopt1.c \
-       mdsms-$VER.tar.gz \
-       mdsms-$VER.tar.Z \
-       manfmt \
-       .deps \
-       ChangeLog \
-
-
-if [ "$1" = clean ];then exit;fi
-
-cp ../getopt/getopt{1.c,.{c,h}} .
-aclocal -I .
-autoheader
-touch ChangeLog
-automake --gnu -c --add-missing
-#--include-deps
-rm -f ChangeLog
-cp ../LGPL2.1 COPYING
-autoheader
-autoconf
-
-if [ "$1" != dist ];then ./configure $CONFDEFS;fi