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 a63049a..90a5b88 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