chiark / gitweb /
build: create config.aux in autogen.sh
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 22 Aug 2011 19:38:24 +0000 (20:38 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 22 Aug 2011 19:38:24 +0000 (20:38 +0100)
Required on lenny.  Presumably the later autotools create it automatically.

autogen.sh

index a63049ad8daa3cb8315df90857bc62adbf6232cf..90a5b88d0c7de7fb9f12314696178e15a72255ce 100755 (executable)
@@ -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