aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2001-01-11 23:31:00 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-11 23:31:00 +0800
commitdcc6d74afef1e90de67d0447851c8528a293a8ba (patch)
tree3c87e2146401538aa16600f42896221b328cdb95 /configure.in
parent8fa5361a5ffd43d4bbcff617d5baa8cc019482b7 (diff)
downloadgsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar.gz
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar.bz2
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar.lz
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar.xz
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.tar.zst
gsoc2013-evolution-dcc6d74afef1e90de67d0447851c8528a293a8ba.zip
At the end of the configure process, report whether the documentation
2001-01-11 Federico Mena Quintero <federico@helixcode.com> * configure.in: At the end of the configure process, report whether the documentation files will be built or not. svn path=/trunk/; revision=7385
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2e3277a319..51983bad42 100644
--- a/configure.in
+++ b/configure.in
@@ -742,4 +742,14 @@ echo "
Dot Locking: $msg_dot
File Locking: $msg_file
Crypto support: $msg_crypto
+ Gtk-doc: $enable_gtk_doc"
+
+if test x$enable_gtk_doc = xyes; then
+echo "
+ Programming documentation files will be built automatically.
+"
+else
+echo "
+ Programming documentation files will not be built.
"
+fi