summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-10 10:54:59 +0000
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-12-17 12:25:48 +0200
commit3bba8c73f50ed458979ae3b8faecc5439b55f22e (patch)
tree143c916bb2c24741cb20fbee75135716d48b7c9c /configure.ac
parent08b9ffe826ecfaadb6ddd1b0f95b17fd63cdc1f2 (diff)
downloadconnman-3bba8c73f50ed458979ae3b8faecc5439b55f22e.tar.gz
build: Remove gtk-doc infrastructure
The gtk-doc documentation isn't buildable because the makefiles were not hooked up, and after fixing that the documentation has bitrotted sufficiently that it's not useful.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ca4852e9..534dc144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,8 +38,6 @@ AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization],
fi
])
-GTK_DOC_CHECK
-
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],
[enable compiling with debugging information]), [
if (test "${enableval}" = "yes" &&
@@ -383,4 +381,4 @@ AM_CONDITIONAL(VPN, test "${enable_openconnect}" != "no" -o \
AC_OUTPUT(Makefile include/version.h src/connman.service
vpn/connman-vpn.service vpn/net.connman.vpn.service
- scripts/connman doc/version.xml connman.pc)
+ scripts/connman connman.pc)