mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
update libtool
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35058c638e
commit
c03df85887
@ -1,3 +1,7 @@
|
||||
2001-08-19 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* libtool.m4: update to latest version
|
||||
|
||||
2001-08-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxinclude.m4: fix the help text of --with-frontend
|
||||
|
6
config/libtool.m4
vendored
6
config/libtool.m4
vendored
@ -1075,7 +1075,7 @@ if test x"$compiler_c_o" = x"yes"; then
|
||||
CFLAGS="$save_CFLAGS"
|
||||
])
|
||||
compiler_o_lo=$lt_cv_compiler_o_lo
|
||||
AC_MSG_RESULT([$compiler_c_lo])
|
||||
AC_MSG_RESULT([$compiler_o_lo])
|
||||
else
|
||||
compiler_o_lo=no
|
||||
fi
|
||||
@ -1470,7 +1470,7 @@ else
|
||||
hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
|
||||
# Warning - without using the other run time loading flags, -berok will
|
||||
# link without error, but may produce a broken library.
|
||||
allow_undefined_flag='${wl}-berok"
|
||||
allow_undefined_flag='${wl}-berok'
|
||||
# This is a bit strange, but is similar to how AIX traditionally builds
|
||||
# it's shared libraries.
|
||||
archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
|
||||
@ -3207,7 +3207,7 @@ irix5* | irix6*)
|
||||
# This must be Linux ELF.
|
||||
linux-gnu*)
|
||||
case $host_cpu in
|
||||
alpha* | i*86 | powerpc* | sparc* | ia64* )
|
||||
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
|
||||
lt_cv_deplibs_check_method=pass_all ;;
|
||||
*)
|
||||
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||
|
Loading…
Reference in New Issue
Block a user