* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
1.641.2.228.
This commit is contained in:
parent
ee9f39fb3a
commit
125261f738
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-20 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
|
||||||
|
1.641.2.228.
|
||||||
|
|
||||||
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
|
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
|
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
|
||||||
|
18
ltcf-cxx.sh
18
ltcf-cxx.sh
@ -243,12 +243,14 @@ case $host_os in
|
|||||||
ld_shlibs=yes
|
ld_shlibs=yes
|
||||||
;;
|
;;
|
||||||
hpux*)
|
hpux*)
|
||||||
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
if test $with_gnu_ld = no; then
|
||||||
hardcode_libdir_separator=:
|
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
||||||
|
hardcode_libdir_separator=:
|
||||||
|
export_dynamic_flag_spec='${wl}-E'
|
||||||
|
fi
|
||||||
hardcode_direct=yes
|
hardcode_direct=yes
|
||||||
hardcode_minus_L=yes # Not in the search PATH, but as the default
|
hardcode_minus_L=yes # Not in the search PATH, but as the default
|
||||||
# location of the library.
|
# location of the library.
|
||||||
export_dynamic_flag_spec='${wl}-E'
|
|
||||||
|
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
CC)
|
CC)
|
||||||
@ -272,10 +274,12 @@ case $host_os in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test $with_gcc = yes; then
|
if test $with_gcc = yes; then
|
||||||
case "$host_os" in
|
if test $with_gnu_ld = no; then
|
||||||
hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
|
case "$host_os" in
|
||||||
*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;;
|
hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
|
||||||
esac
|
*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
# FIXME: insert proper C++ library support
|
# FIXME: insert proper C++ library support
|
||||||
ld_shlibs=no
|
ld_shlibs=no
|
||||||
|
2
ltconfig
2
ltconfig
@ -182,7 +182,7 @@ progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
|
|||||||
PROGRAM=ltconfig
|
PROGRAM=ltconfig
|
||||||
PACKAGE=libtool
|
PACKAGE=libtool
|
||||||
VERSION=1.4a
|
VERSION=1.4a
|
||||||
TIMESTAMP=" (1.641.2.226 2001/04/12 02:39:36)"
|
TIMESTAMP=" (1.641.2.228 2001/04/20 08:53:18)"
|
||||||
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
|
||||||
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
|
||||||
rm="rm -f"
|
rm="rm -f"
|
||||||
|
@ -56,7 +56,7 @@ modename="$progname"
|
|||||||
PROGRAM=ltmain.sh
|
PROGRAM=ltmain.sh
|
||||||
PACKAGE=libtool
|
PACKAGE=libtool
|
||||||
VERSION=1.4a
|
VERSION=1.4a
|
||||||
TIMESTAMP=" (1.641.2.226 2001/04/12 02:39:36)"
|
TIMESTAMP=" (1.641.2.228 2001/04/20 08:53:18)"
|
||||||
|
|
||||||
default_mode=
|
default_mode=
|
||||||
help="Try \`$progname --help' for more information."
|
help="Try \`$progname --help' for more information."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user