chiark / gitweb /
DisOrder 5.1.1
[disorder] / autogen.sh
index 90a5b88d0c7de7fb9f12314696178e15a72255ce..b51a3632cd12b2b05fa122e123637c5fffe54492 100755 (executable)
@@ -21,15 +21,5 @@ 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
-libtoolize
-autoconf
-autoheader
-automake -a || true            # for INSTALL
-automake --foreign -a
-
+mkdir -p m4
+autoreconf -si