X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a4007f6001dc24c8a2375e4dabcc77e8abbd6f8a..d8d79f786149c7cbfd53482dff94638a38ff17b0:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 90a5b88..b51a363 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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