From: Richard Kettlewell Date: Mon, 22 Aug 2011 19:38:24 +0000 (+0100) Subject: build: create config.aux in autogen.sh X-Git-Tag: branchpoint-5.1~14 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/a4007f6001dc24c8a2375e4dabcc77e8abbd6f8a?ds=sidebyside;hp=b7de606b1947ce012046720a9bc139099c5dedcf build: create config.aux in autogen.sh Required on lenny. Presumably the later autotools create it automatically. --- diff --git a/autogen.sh b/autogen.sh index a63049a..90a5b88 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,6 +21,7 @@ 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