libtool-patches
[Top][All Lists]
Advanced

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

Re: uninitialized variables


From: Ralf Wildenhues
Subject: Re: uninitialized variables
Date: Sun, 6 Nov 2005 22:46:28 +0100
User-agent: Mutt/1.5.9i

* Ralf Wildenhues wrote on Sun, Nov 06, 2005 at 07:17:12PM CET:
> Given the need for an audit of macro ordering in libtool,

A bit more fallout.  OK to apply to branch-1-5 and forward-port?

- unset is not portable.  Should I rather set lt_unset somewhere
  in the initialization code and use that instead?
- the ld_shlibs_F77 test expands before it is set.  OTOH, at the end of
  AC_LIBTOOL_PROG_LD_SHLIBS, there is a similar test anyway.
- During the archive_cmds_need_lc test at the end of
  AC_LIBTOOL_PROG_LD_SHLIBS, archive_cmds is expanded; the expansion may
  need pic_flag on some systems.

Cheers,
Ralf

        * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Use $as_unset,
        not unset.
        (AC_LIBTOOL_LANG_F77_CONFIG): Remove bogus ld_shlibs test.
        (AC_LIBTOOL_PROG_LD_SHLIBS): Also set pic_flag.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.123
diff -u -r1.314.2.123 libtool.m4
--- libtool.m4  6 Nov 2005 13:02:21 -0000       1.314.2.123
+++ libtool.m4  6 Nov 2005 17:56:42 -0000
@@ -2775,12 +2770,12 @@
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 else
-  unset lt_cv_prog_gnu_ld
+  $as_unset lt_cv_prog_gnu_ld
 fi
 if test -n "${lt_cv_path_LDCXX+set}"; then
   lt_cv_path_LD=$lt_cv_path_LDCXX
 else
-  unset lt_cv_path_LD
+  $as_unset lt_cv_path_LD
 fi
 test -z "${LDCXX+set}" || LD=$LDCXX
 CC=${CXX-"c++"}
@@ -3925,8 +3920,6 @@
 test "$enable_shared" = yes || enable_static=yes
 AC_MSG_RESULT([$enable_static])
 
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
-
 _LT_AC_TAGVAR(GCC, $1)="$G77"
 _LT_AC_TAGVAR(LD, $1)="$LD"
 
@@ -6118,6 +6115,7 @@
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
+       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
         compiler_flags=-v
         linker_flags=-v
         verstring=




reply via email to

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