chiark / gitweb /
Remove autogen.sh; use autoreconf -is instead.
[vbig.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index 3ca74e0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/bash
-set -e
-srcdir=$(dirname $0)
-here=$(pwd)
-cd $srcdir
-mkdir -p config.aux
-if test -d $HOME/share/aclocal; then
-  aclocal --acdir=$HOME/share/aclocal
-else
-  aclocal
-fi
-autoconf
-autoheader
-automake -a || true            # for INSTALL
-automake --foreign -a