]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Prepend LIBOBJDIR, as per 2005-05-02 change.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2005 05:28:48 +0000 (05:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 May 2005 05:28:48 +0000 (05:28 +0000)
tests/semantics.at

index cfbfe1c8789df67f057403983e913444a1a4fe26..870a430f0227775d080efaa65fb5ac166b94940a 100644 (file)
@@ -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])