mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-09 23:04:36 +00:00
autogen.sh: log configure command line
Since --enable-vala may or may not be passed to configure, seeing the actual command line that was used is helpful.
This commit is contained in:
parent
bda31fdf08
commit
79436bcd0d
@ -15,6 +15,7 @@ if test ! -e gtk/controller/controller.vala.stamp; then
|
||||
fi
|
||||
|
||||
if [ -z "$NOCONFIGURE" ]; then
|
||||
echo "Running configure with --enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 $enable_vala ${1+"$@"}"
|
||||
"$srcdir"/configure --enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 $enable_vala ${1+"$@"}
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user