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-68-g805585f


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-68-g805585f
Date: Wed, 21 Jan 2009 12:29:11 +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  805585f7bffadb85259a3db72a7d368a99e6966c (commit)
      from  72cefc2f632b17940307fb841a25f2c4b5ff17bc (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 805585f7bffadb85259a3db72a7d368a99e6966c
Author: Charles Wilson <address@hidden>
Date:   Tue Jan 20 17:31:43 2009 -0500

    Minor cygwin cleanup
    
    libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct
    case pattern for cygwin.

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

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

diff --git a/ChangeLog b/ChangeLog
index 06004aa..b702907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-21  Charles Wilson  <address@hidden>
+
+       Minor cygwin cleanup
+       * libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct
+       case pattern for cygwin.
+
 2009-01-19  Ralf Wildenhues  <address@hidden>
 
        Avoid failure due to Cygwin path detection bug.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 6be529a..760f647 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -1987,7 +1987,7 @@ extern \"C\" {
              eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > 
"$nlist"T'
              eval '$MV "$nlist"T "$nlist"'
              case $host in
-               *cygwin | *mingw* | *cegcc* )
+               *cygwin* | *mingw* | *cegcc* )
                  eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
                  eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
                  ;;


hooks/post-receive
--
GNU Libtool




reply via email to

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