libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2.444-17-g1f14273


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2.444-17-g1f14273
Date: Sun, 05 Jan 2014 04:16:50 +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 Libtool".

The branch, master has been updated
       via  1f14273e954361bde44143458098acd9723e54a2 (commit)
      from  b40922af00e13b7ab30d3dff6c63a7c9f6aece5d (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 1f14273e954361bde44143458098acd9723e54a2
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Jan 5 17:13:47 2014 +1300

    bootstrap: remove conftest.sed file droppings.
    
    * gl/build-aux/funclib.sh: Remove conftest.sed when no longer
    needed.
    * bootstrap: Regenerate.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 bootstrap               |    1 +
 gl/build-aux/funclib.sh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bootstrap b/bootstrap
index 8b1b76c..b5b6730 100755
--- a/bootstrap
+++ b/bootstrap
@@ -426,6 +426,7 @@ test -z "$SED" && {
   }
 
   func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
+  rm -f conftest.sed
   SED=$func_path_progs_result
 }
 
diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh
index 981941d..9cb02ff 100644
--- a/gl/build-aux/funclib.sh
+++ b/gl/build-aux/funclib.sh
@@ -195,6 +195,7 @@ test -z "$SED" && {
   }
 
   func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
+  rm -f conftest.sed
   SED=$func_path_progs_result
 }
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

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