autogen.sh: escape $srcdir before configure

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-01-26 14:22:34 +10:00
parent 1ec01b1310
commit a072277ba9

View file

@ -9,4 +9,4 @@ cd "$srcdir"
autoreconf -fvi || exit $?
cd "$olddir"
test -n "$NOCONFIGURE" || $srcdir/configure "$@"
test -n "$NOCONFIGURE" || "$srcdir"/configure "$@"