[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
test-case change due to recent _AC_LIBOBJS_NORMALIZE change
From: |
Paul Eggert |
Subject: |
test-case change due to recent _AC_LIBOBJS_NORMALIZE change |
Date: |
Thu, 05 May 2005 22:30:43 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
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 <address@hidden>
* 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])
- test-case change due to recent _AC_LIBOBJS_NORMALIZE change,
Paul Eggert <=