summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-04-02 12:05:48 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-04-04 10:21:59 +0200
commit79436bcd0d44eecef447bac23d8ea4eb4c81fb78 (patch)
treeec6b234464f81365756d1780ca4acccaac4682d9 /autogen.sh
parentbda31fdf08b1d3818d923116f86b49e41ad9e554 (diff)
downloadspice-gtk-79436bcd0d44eecef447bac23d8ea4eb4c81fb78.tar.gz
spice-gtk-79436bcd0d44eecef447bac23d8ea4eb4c81fb78.tar.xz
spice-gtk-79436bcd0d44eecef447bac23d8ea4eb4c81fb78.zip
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
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