From 7a72ac15775fc63c178ba4633fca9f61a446d15a Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 1 Feb 2017 11:27:18 +0300 Subject: build: drop useless docdir option --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2ff3c07..f6ca3ae 100644 --- a/configure.ac +++ b/configure.ac @@ -182,16 +182,6 @@ AC_SUBST(DATADIR, $datadir) AC_SUBST(BINDIR, $bindir) AC_SUBST(SBINDIR, $sbindir) -dnl --------------------------------------------------------------------------- -dnl - Where should we put documentation ? -dnl --------------------------------------------------------------------------- -AC_ARG_WITH(doc-dir, - AS_HELP_STRING([--with-doc-dir=], - [directory to install documentation]), - [DOCDIR="$with_doc_dir/mate-power-manager-$VERSION"], - [DOCDIR="$DATADIR/doc/mate-power-manager-$VERSION"]) -AC_SUBST(DOCDIR) - dnl --------------------------------------------------------------------------- dnl - Build self tests dnl --------------------------------------------------------------------------- @@ -335,7 +325,6 @@ echo " gnome-keyring support: ${with_keyring} Building extra applets: ${enable_applets} Self test support: ${have_tests} - documentation dir: $DOCDIR dbus-1 services dir: $DBUS_SERVICES_DIR " if [[ "${prefix}" != "/usr" ]] ; then -- cgit v1.2.1