mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-07 19:11:00 +00:00
autogen.sh: handle ORIGDIR with spaces
This commit is contained in:
parent
dbe61d9320
commit
05a8178398
@ -157,7 +157,7 @@ do_cmd $AUTOHEADER
|
||||
do_cmd $AUTOMAKE $AUTOMAKE_FLAGS
|
||||
do_cmd $AUTOCONF
|
||||
|
||||
cd $ORIGDIR || exit $?
|
||||
cd "$ORIGDIR" || exit $?
|
||||
rm -f config.cache
|
||||
|
||||
do_cmd $srcdir/configure --enable-maintainer-mode ${1+"$@"} || exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user