]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: these was a missing `*' in the -mno-cygwin
authorTor Lillqvist <tml@iki.fi>
Wed, 20 Oct 1999 18:30:08 +0000 (18:30 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 20 Oct 1999 18:30:08 +0000 (18:30 +0000)
match.
* ltconfig.in (cygwin, ltdll_obj): fixed a quoting error.
(export_symbols_cmds): added missing cosmetic newline.

ChangeLog
libtool.m4
ltconfig.in

index f44d871bc7c2e757c833d768b042064db131e7be..9c50725af51662fa24e82d2d03c6930e5db1a07e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * libtool.m4:  these was a missing `*' in the -mno-cygwin
+       match.
+       * ltconfig.in (cygwin, ltdll_obj): fixed a quoting error.
+       (export_symbols_cmds): added missing cosmetic newline.
+
 1999-10-18  Tor Lillqvist  <tml@iki.fi>
 
        * libtool.m4: test command used == which should be =.
index cff70c695267fe28ea2b194e53cf23121b16cbc5..7068e85a21722339989caebf525cbcdd94245473 100644 (file)
@@ -154,7 +154,7 @@ ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
 
   case $host in
   case "$host/$CC" in
-  *-*-cygwin*/gcc*-mno-cygwin|*-*-mingw*)
+  *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
     # old mingw systems require "-dll" to link a DLL, while more recent ones
     # require "-mdll"
     SAVE_CFLAGS="$CFLAGS"
index 22c453fbd6b1299c4f5cf81f31c0cccc77e2c069..1ac8498b9b6df33e0ab59e83ae12941bc087e049 100755 (executable)
@@ -1041,7 +1041,7 @@ EOF
     # recent cygwin and mingw systems supply a stub DllMain which the user
     # can override, but on older systems we have to supply one (in ltdll.c)
     if test "x$lt_cv_need_dllmain" = "xyes"; then
-      ltdll_obj="objdir/$soname-ltdll.$objext "
+      ltdll_obj='objdir/$soname-ltdll.'"$objext "
       ltdll_cmds='test -f $objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~
         test -f $objdir/$soname-ltdll.$objext || (cd $objdir && $CC -c $soname-ltdll.c)~'
     else
@@ -1053,7 +1053,8 @@ EOF
     # then regenerate the def file from the symbol export list, so that
     # the compiled dll only exports the symbol export list.
     export_symbols_cmds="$ltdll_cmds"'
-      $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $objdir/$soname-def '$ltdll_obj'$libobjs $convenience~      sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]* ;.*//" < $objdir/$soname-def > $export_symbols'
+      $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
+      sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]* ;.*//" < $objdir/$soname-def > $export_symbols'
   
     archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
       _lt_hint=1;