I installed this Autoconf change to work around a test suite problem.
Gary, can you please check that it's reasonable?  Thanks.

2005-05-05  Paul Eggert  <[EMAIL PROTECTED]>

        * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.

--- tests/semantics.at  23 Mar 2005 01:02:04 -0000      1.48
+++ tests/semantics.at  6 May 2005 05:26:15 -0000
@@ -145,7 +145,7 @@ AT_CHECK_DEFINES(
 ])
 
 AT_CHECK([sed 's/  */ /g;s/^ //;s/ $//' config.libobjs], [],
-        [autoconf_ftnirp$U.o
+        [${LIBOBJDIR}autoconf_ftnirp$U.o
 ])
 
 AT_CLEANUP([config.libobjs])


Reply via email to