X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/af5de747aadd9f1fcd7e823a4cdadfa53b97bb02..d8d79f786149c7cbfd53482dff94638a38ff17b0:/autogen.sh diff --git a/autogen.sh b/autogen.sh index a63049a..b51a363 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,14 +21,5 @@ set -e srcdir=$(dirname $0) here=$(pwd) cd $srcdir -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