CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/07/05 20:54:15
Index: tests/modules.at =================================================================== RCS file: /sources/m4/m4/tests/modules.at,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- tests/modules.at 1 May 2005 11:10:06 -0000 1.12 +++ tests/modules.at 5 Jul 2006 20:54:15 -0000 1.13 @@ -1,5 +1,5 @@ # Hand crafted tests for GNU M4. -*- Autotest -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -77,7 +77,7 @@ [AT_SETUP([$1]) AT_KEYWORDS([module]) -AT_CHECK([test -f $top_builddir/modules/modtest.la || exit 77]) +AT_CHECK([test -f "$abs_top_builddir/modules/modtest.la" || exit 77]) AT_DATA([input.m4], [[load(`modtest')
