The autogen.sh script should be runnable out of tree. It's mostly
already the case, just one little tweak to make it work.
$ mkdir build
$ cd build
$ ../autogen.sh --prefix=/usr
Closes: #1063
Approved by: cgwalters
gtkdocize
fi
-cd $olddir
if ! test -f libglnx/README.md || ! test -f bsdiff/README.md; then
git submodule update --init
fi
autoreconf --force --install --verbose
+cd $olddir
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"