* tests/man2.test, tests/transform.test: Specify --mandir, in order
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 31 Dec 2004 12:20:47 +0000 (12:20 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 31 Dec 2004 12:20:47 +0000 (12:20 +0000)
not to fail when Autoconf changes its $mandir default.

ChangeLog
tests/man2.test
tests/transform.test

index d3cc680..0dd4f6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-31  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * 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  <adl@gnu.org>
 
        Support for `install-dvi', `install-html', `install-ps', and
index ee4956b..87aedec 100755 (executable)
@@ -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
index 37c266b..721f052 100755 (executable)
@@ -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