From 8727266749d30460457e997723b51151ca29fc76 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Mon, 30 Jan 2012 20:32:53 +0100 Subject: [PATCH] tests: fetch the 'ar-lib' script for archiver usage * tests/libobj10.test: The archiver is used, so the 'ar-lib' script needs to be present for inferior hosts. Fetch it. --- tests/libobj10.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/libobj10.test b/tests/libobj10.test index 306d37012..d261018d8 100755 --- a/tests/libobj10.test +++ b/tests/libobj10.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2010, 2011, 2012 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 @@ -39,7 +39,7 @@ foo.c: echo 'extern int dummy;' > $@ END -: > ar-lib +cp "$am_scriptdir/ar-lib" . || fatal_ "fetching auxiliary script 'ar-lib'" $ACLOCAL $AUTOCONF -- 2.47.2