automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: force --mandir in two tests


From: Alexandre Duret-Lutz
Subject: FYI: force --mandir in two tests
Date: Fri, 31 Dec 2004 13:20:03 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm installing this on HEAD and branch-1-9, so that Automake does not
fails with the Autoconf patch I just submitted.

2004-12-31  Alexandre Duret-Lutz  <address@hidden>

        * tests/man2.test, tests/transform.test: Specify --mandir, in order
        not to fail when Autoconf changes its $mandir default.

Index: tests/man2.test
===================================================================
RCS file: /cvs/automake/automake/tests/man2.test,v
retrieving revision 1.7
diff -u -r1.7 man2.test
--- tests/man2.test     14 Nov 2003 21:25:59 -0000      1.7
+++ tests/man2.test     31 Dec 2004 12:17:55 -0000
@@ -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 @@
 $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: tests/transform.test
===================================================================
RCS file: /cvs/automake/automake/tests/transform.test,v
retrieving revision 1.6
diff -u -r1.6 transform.test
--- tests/transform.test        8 Jan 2004 23:32:11 -0000       1.6
+++ tests/transform.test        31 Dec 2004 12:17:55 -0000
@@ -56,7 +56,7 @@
 $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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]