automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1793


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1793-g925c6bd
Date: Mon, 30 Jan 2012 20:02:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=925c6bdd0a3f3672edf88e5bad83d099424f4230

The branch, master has been updated
       via  925c6bdd0a3f3672edf88e5bad83d099424f4230 (commit)
       via  8727266749d30460457e997723b51151ca29fc76 (commit)
      from  53339f86ceb32ff98b1ccfb05539645cb7e641fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 925c6bdd0a3f3672edf88e5bad83d099424f4230
Author: Peter Rosin <address@hidden>
Date:   Mon Jan 30 20:33:17 2012 +0100

    tests: fetch the 'compile' script for subdir objects
    
    * tests/libobj19.test: Subdir objects are used, so the 'compile'
    script needs to be present for inferior hosts.  Fetch it.

commit 8727266749d30460457e997723b51151ca29fc76
Author: Peter Rosin <address@hidden>
Date:   Mon Jan 30 20:32:53 2012 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 tests/libobj10.test |    6 +++---
 tests/libobj19.test |    6 ++++--
 2 files changed, 7 insertions(+), 5 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
diff --git a/tests/libobj19.test b/tests/libobj19.test
index 79334d9..ac8f5f7 100755
--- a/tests/libobj19.test
+++ b/tests/libobj19.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 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
@@ -22,6 +22,7 @@ required=cc
 cat >> configure.in << 'END'
 AC_CONFIG_LIBOBJ_DIR([libobj-dir])
 AC_PROG_CC
+AM_PROG_CC_C_O
 AM_PROG_AR
 AC_PROG_RANLIB
 AC_LIBOBJ([foobar])
@@ -53,7 +54,8 @@ cat > libobj-dir/foobar.c << 'END'
 extern int dummy;
 END
 
-cp "$am_scriptdir/ar-lib" . || fatal_ "fetching auxiliary script \`ar-lib'"
+cp "$am_scriptdir/ar-lib" . || fatal_ "fetching auxiliary script 'ar-lib'"
+cp "$am_scriptdir/compile" . || fatal_ "fetching auxiliary script 'compile'"
 
 $ACLOCAL
 $AUTOCONF


hooks/post-receive
-- 
GNU Automake



reply via email to

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