autofs-5.0.3 - fix datarootdir define From: Ian Kent At some point I've accidentaly broken the $mandir definition. --- CHANGELOG | 1 + Makefile.conf.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index db793d3..c658c86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ - add missing uris list locking. - fix segv during library re-open. - fix incorrect pthreads condition handling for expire requests. +- fix $mandir definition in Makefile.conf.in 14/01/2008 autofs-5.0.3 ----------------------- diff --git a/Makefile.conf.in b/Makefile.conf.in index d88f5ee..ffda2a0 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -81,10 +81,9 @@ autofsflagdir = @flagdir@ sbindir = @sbindir@ # Where to install man pages +datarootdir = @datarootdir@ mandir = @mandir@ # Location for init.d files initdir = @initdir@ -# This is here just to keep config.status quiet -UNUSED_datarootdir = @datarootdir@