summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-29 23:32:12 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-29 23:32:12 +0000
commitb6c22da9efd803772cd145780c65a971910eafb9 (patch)
tree9407b6c08838294968f56f9eac9caeacbfca65fe /buildconf
parent21729cc2a8f11832cb13f5fd0df2212e499fbd8d (diff)
downloadgnutls-b6c22da9efd803772cd145780c65a971910eafb9.tar.gz
Fix.
Diffstat (limited to 'buildconf')
-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.'