automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/4] Clean up some testsuite issues


From: Peter Rosin
Subject: Re: [PATCH 0/4] Clean up some testsuite issues
Date: Mon, 30 Jan 2012 12:41:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

>From 2db9e742fea06449216b19d61707bc8362cdb612 Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Mon, 30 Jan 2012 11:12:45 +0100
Subject: [PATCH 2/4] 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 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/libobj10.test b/tests/libobj10.test
index 306d370..d261018 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
-- 
1.7.5.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]