X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a4007f6001dc24c8a2375e4dabcc77e8abbd6f8a..5dcfc065d123f6643b12ed1766c7976e58b6941a:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 90a5b88..78588ff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file is part of DisOrder. # Copyright (C) 2004-2008 Richard Kettlewell @@ -18,18 +18,6 @@ # 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 - +cd $(dirname $0) +mkdir -p m4 +autoreconf -si