summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-01 11:27:18 +0300
committermonsta <[email protected]>2017-02-01 11:28:16 +0300
commit7a72ac15775fc63c178ba4633fca9f61a446d15a (patch)
tree5aff7479174318dfd8f6297e3b015a92b39c7450 /configure.ac
parent278f91c2e631b50cb88caafaf0a3360dac3125b0 (diff)
downloadmate-power-manager-7a72ac15775fc63c178ba4633fca9f61a446d15a.tar.bz2
mate-power-manager-7a72ac15775fc63c178ba4633fca9f61a446d15a.tar.xz
build: drop useless docdir option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 2ff3c07..f6ca3ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,16 +183,6 @@ 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=<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 ---------------------------------------------------------------------------
AC_ARG_ENABLE(tests,
@@ -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