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.2.6-29-gbbf0ec7


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-29-gbbf0ec7
Date: Sat, 15 Nov 2008 18:37:03 +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  bbf0ec783512da7001d1edf72caa72df4742453b (commit)
      from  0973f2de9afdeb7d2c90749198115b029513b272 (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 bbf0ec783512da7001d1edf72caa72df4742453b
Author: Charles Wilson <address@hidden>
Date:   Sat Nov 15 13:29:19 2008 -0500

    Add func_win32_import_lib_p.
    
    * libltdl/config/ltmain.m4sh (func_win32_import_lib_p):
    New function.

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

Summary of changes:
 ChangeLog                  |    6 ++++++
 libltdl/config/ltmain.m4sh |   11 +++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 62f483a..7e49432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-15  Charles Wilson  <address@hidden>
+
+       Add func_win32_import_lib_p.
+       * libltdl/config/ltmain.m4sh (func_win32_import_lib_p):
+       New function.
+
 2008-11-12  Ralf Wildenhues  <address@hidden>
 
        Fix archive_cmds for older cc on HP-UX 11.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index db0ea67..91c1f47 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -3720,6 +3720,17 @@ EOF
 }
 # end: func_emit_cwrapperexe_src
 
+# func_win32_import_lib_p ARG
+# True if ARG is an import lib, as indicated by $file_magic_cmd
+func_win32_import_lib_p ()
+{
+    $opt_debug
+    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
+    *import*) : ;;
+    *) false ;;
+    esac
+}
+
 # func_mode_link arg...
 func_mode_link ()
 {


hooks/post-receive
--
GNU Libtool




reply via email to

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