summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index 5dacb428d9..ed0627df92 100755
--- a/buildconf
+++ b/buildconf
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
gtkdocize
autoreconf --force --install
-echo "You can now run \"./configure --enable-developer-mode --enable-gtk-doc\" and \"make\""
+: 'Run "./configure --enable-developer-mode --enable-gtk-doc && make" now.'