[Spice-devel] [spice-gtk 2/2] autogen.sh: log configure command line
Christophe Fergeau
cfergeau at redhat.com
Mon Apr 2 03:07:54 PDT 2012
Since --enable-vala may or may not be passed to configure, seeing
the actual command line that was used is helpful.
---
autogen.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/autogen.sh b/autogen.sh
index 11aedb0..aefd2fd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
--
1.7.9.3
More information about the Spice-devel
mailing list