From 004fbb83f348c96a5ca6d305fc62c2cd713db554 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 31 Dec 2004 12:20:47 +0000 Subject: [PATCH] * tests/man2.test, tests/transform.test: Specify --mandir, in order not to fail when Autoconf changes its $mandir default. --- ChangeLog | 5 +++++ tests/man2.test | 4 ++-- tests/transform.test | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3cc680..0dd4f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-31 Alexandre Duret-Lutz + + * tests/man2.test, tests/transform.test: Specify --mandir, in order + not to fail when Autoconf changes its $mandir default. + 2004-12-30 Alexandre Duret-Lutz Support for `install-dvi', `install-html', `install-ps', and diff --git a/tests/man2.test b/tests/man2.test index ee4956b..87aedec 100755 --- a/tests/man2.test +++ b/tests/man2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -41,7 +41,7 @@ $AUTOCONF $AUTOMAKE # Let's play with $DESTDIR too, it shouldn't hurt. -./configure --prefix='' +./configure --prefix='' --mandir=/man DESTDIR="`pwd`/_inst" $MAKE -e install test -f ./_inst/man/man2/foo.2 diff --git a/tests/transform.test b/tests/transform.test index 37c266b..721f052 100755 --- a/tests/transform.test +++ b/tests/transform.test @@ -56,7 +56,7 @@ $ACLOCAL $AUTOCONF $AUTOMAKE -./configure --program-prefix=gnu- --prefix `pwd`/inst +./configure --program-prefix=gnu- --prefix `pwd`/inst --mandir `pwd`/inst/man $MAKE $MAKE test-install $MAKE uninstall -- 2.7.4