From 02b7dac1de29b7e323d9457f14b639582d0a2e04 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 3 Apr 2007 11:40:47 -0400 Subject: bump the ac_prereq and use the docdir var --- configure.ac | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 92aea86..a3dbae0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- -AC_PREREQ(2.59) +AC_PREREQ(2.59c) AC_INIT([ConsoleKit], [0.2.1], [mccann@jhu.edu], @@ -198,20 +198,6 @@ else fi AC_SUBST(PAM_MODULE_DIR) -dnl --------------------------------------------------------------------------- -dnl - Where should we put documentation ? -dnl --------------------------------------------------------------------------- - -AC_ARG_WITH(doc-dir, - [AC_HELP_STRING([--with-doc-dir=], - [directory to install documentation])]) -if ! test -z "$with_doc_dir"; then - DOCDIR="$with_doc_dir/ConsoleKit-$VERSION" -else - DOCDIR="$datadir/doc/ConsoleKit-$VERSION" -fi -AC_SUBST(DOCDIR) - dnl --------------------------------------------------------------------------- dnl - DocBook Documentation dnl --------------------------------------------------------------------------- -- cgit