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-85-g0980a39


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-85-g0980a39
Date: Fri, 30 Jan 2009 07:54:34 +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  0980a3993a6138895d4884f92ff9764d426b148d (commit)
      from  425841cbdee3b690eb89a92403e97b0852f95771 (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 0980a3993a6138895d4884f92ff9764d426b148d
Author: Akim Demaille <address@hidden>
Date:   Fri Jan 30 02:52:17 2009 -0500

    Fix cwrapper warnings from MSVC 2005.
    
    * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
    [file scope]: define _CRT_SECURE_NO_DEPRECATE.

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

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

diff --git a/ChangeLog b/ChangeLog
index 135229c..fb41b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-30  Akim Demaille  <address@hidden>
+
+       Fix cwrapper warnings from MSVC 2005.
+       * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
+       [file scope]: define _CRT_SECURE_NO_DEPRECATE.
+
 2009-01-29  Akim Demaille  <address@hidden>
 
        Fix bootstrap with older libtool.m4 in reach of aclocal.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index de63a83..5f66471 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2712,6 +2712,9 @@ func_emit_cwrapperexe_src ()
 */
 EOF
            cat <<"EOF"
+#ifdef _MSC_VER
+# define _CRT_SECURE_NO_DEPRECATE 1
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef _MSC_VER


hooks/post-receive
--
GNU Libtool




reply via email to

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