]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix response file test for unreliable exit status of IRIX ar.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Aug 2010 10:22:36 +0000 (12:22 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Aug 2010 10:22:36 +0000 (12:22 +0200)
commit7f9878d026d0c251d57b3b8e0bf5891691ac3f96
tree168045f8bfe67d024df464ee9006824deec3b75a
parent2680f79c22e6bb1f8b9c7b5428da728b7e028b0c
Fix response file test for unreliable exit status of IRIX ar.

* libltdl/m4/libtool.m4 (_LT_PROG_AR): IRIX ar will not fail
over a command-line argument specifying a nonexistent file (such
as `@FILE'), so ensure failure with a reponse file containing
a nonexistent file.  Also, use lt_* variable prefix for
temporary variables.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/m4/libtool.m4