/[libtool]/libtool/libtool.m4
ViewVC logotype

Diff of /libtool/libtool.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.314.2.137 by rwild, Sun Nov 20 12:09:26 2005 UTC revision 1.314.2.138 by rwild, Thu Nov 24 15:31:18 2005 UTC
# Line 157  test -z "$AR_FLAGS" && AR_FLAGS=cru Line 157  test -z "$AR_FLAGS" && AR_FLAGS=cru
157  test -z "$AS" && AS=as  test -z "$AS" && AS=as
158  test -z "$CC" && CC=cc  test -z "$CC" && CC=cc
159  test -z "$LTCC" && LTCC=$CC  test -z "$LTCC" && LTCC=$CC
160    test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
161  test -z "$DLLTOOL" && DLLTOOL=dlltool  test -z "$DLLTOOL" && DLLTOOL=dlltool
162  test -z "$LD" && LD=ld  test -z "$LD" && LD=ld
163  test -z "$LN_S" && LN_S="ln -s"  test -z "$LN_S" && LN_S="ln -s"
# Line 227  AC_DEFUN([_LT_AC_SYS_COMPILER], Line 228  AC_DEFUN([_LT_AC_SYS_COMPILER],
228  # If no C compiler was specified, use CC.  # If no C compiler was specified, use CC.
229  LTCC=${LTCC-"$CC"}  LTCC=${LTCC-"$CC"}
230    
231    # If no C compiler flags were specified, use CFLAGS.
232    LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
233    
234  # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
235  compiler=$CC  compiler=$CC
236  ])# _LT_AC_SYS_COMPILER  ])# _LT_AC_SYS_COMPILER
# Line 1798  if test -f "$ltmain" && test -n "$tagnam Line 1802  if test -f "$ltmain" && test -n "$tagnam
1802        AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])        AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1803      fi      fi
1804    fi    fi
1805      if test -z "$LTCFLAGS"; then
1806        eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1807      fi
1808    
1809    # Extract list of available tagged configurations in $ofile.    # Extract list of available tagged configurations in $ofile.
1810    # Note that this assumes the entire list is on one line.    # Note that this assumes the entire list is on one line.
# Line 4101  if test -f "$ltmain"; then Line 4108  if test -f "$ltmain"; then
4108    # Now quote all the things that may contain metacharacters while being    # Now quote all the things that may contain metacharacters while being
4109    # careful not to overquote the AC_SUBSTed values.  We take copies of the    # careful not to overquote the AC_SUBSTed values.  We take copies of the
4110    # variables and quote the copies for generation of the libtool script.    # variables and quote the copies for generation of the libtool script.
4111    for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \    for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
4112      SED SHELL STRIP \      SED SHELL STRIP \
4113      libname_spec library_names_spec soname_spec extract_expsyms_cmds \      libname_spec library_names_spec soname_spec extract_expsyms_cmds \
4114      old_striplib striplib file_magic_cmd finish_cmds finish_eval \      old_striplib striplib file_magic_cmd finish_cmds finish_eval \
# Line 4270  AR_FLAGS=$lt_AR_FLAGS Line 4277  AR_FLAGS=$lt_AR_FLAGS
4277  # A C compiler.  # A C compiler.
4278  LTCC=$lt_LTCC  LTCC=$lt_LTCC
4279    
4280    # LTCC compiler flags.
4281    LTCFLAGS=$lt_LTCFLAGS
4282    
4283  # A language-specific compiler.  # A language-specific compiler.
4284  CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)  CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4285    

Legend:
Removed from v.1.314.2.137  
changed lines
  Added in v.1.314.2.138

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26