]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: s/[ t]*$//
authorAkim Demaille <akim@epita.fr>
Fri, 22 Dec 2000 23:49:02 +0000 (23:49 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 22 Dec 2000 23:49:02 +0000 (23:49 +0000)
* libtool.m4 (OSF/1):  Revert my patch of 2000-12-16.

ChangeLog
ltcf-c.sh
ltcf-cxx.sh

index eb991fae57c8751ccdb61f17955a42a42a5ed4c6..76b70cfee8c9d5efa9bb0f843db5ea398df9db71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-22  Akim Demaille  <akim@epita.fr>
+
+       * libtool.m4: s/[ \t]*$//
+
+2000-12-22  Aneesh Kumar K.V  <kvaneesh@hotmail.com>
+
+       * libtool.m4 (OSF/1):  Revert my patch of 2000-12-16.
+
 2000-12-20  Gary V. Vaughan  <gvv@techie.com>
 
        * libltdl/ltdl.c (lt_dlexit): Was checking for residency of the
        * ltcf-c.sh: (dyld/darwin*) Much improved port.
        * libtool.m4: (dyld/darwin*) Much improved port.
        * ltmain.in: (dyld/darwin*) Much improved port.
-       
+
 2000-12-16  Sascha Schumann <sascha@schumann.cx>
 
        * ltmain.in: Accept darwin as an alias for rhapsody.
-       
+
        * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20
        methods to check for library dependencies on HPUX 11.
 
        module from being lt_dlclosed.
        (lt_dlopen):  If lt_dlopen()ing self, make the module resident.
        (lt_dlclose):  Return an error if the module is resident.
-       
+
 2000-12-16  Nick Hudson  <skrll@netbsd.org>
 
        * ltconfig.in (netbsd*, deplibs_check_method): Enable ILD support
        for NetBSD a.out.
-       
+
 2000-12-15  Akim Demaille  <akim@epita.fr>
 
        * libtool.m4 (AC_PATH_TOOL_PREFIX): Similarly with
 
        * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
        the last module has been unloaded.
-       
+
 2000-12-14  Masahiro Nobori  <nobori@ss.titech.ac.jp>
 
        * README:  Updated.
        * NEWS: Updated.
        * libtool.m4:  New port to NEWS-OS Release 6.
        * ltcf-c.sh: ditto.
-       
+
 2000-12-14  Nick Hudson  <skrll@netbsd.org>
-       
+
        * ltcf-c.sh (hardcode_libdir_flag_spec):  Remove linker
        sspecification for netbsd.
-       
+
 2000-12-14  Akim Demaille  <akim@epita.fr>
 
        * libtool.m4:  Don't depend on Autoconf internals:
        * libltdl/ltdl.h (LT_POSIX_NAMESPACE):  Deleted.  The default is
        now to use this namespace, so the cpp macro is no longer
        necessary.
-       
+
 2000-11-20  Morten Eriksen  <mortene@sim.no>
-       
+
        * ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
        dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.
-       
+
 2000-11-20  Paul Berrevoets  <paul@swi.com>
 
        * ltmain.in: Some versions of expr respond with "0" if a
 
        * ltdl.c: Reformatted.
        * ltdl.h: ditto.
-       
+
 2000-11-11  Gary V. Vaughan  <gvv@techie.com>
 
        * ltdl.m4, ltcf-c.sh, libtool.m4: Use $ac_ext and $ac_objext
 
 2000-10-27  Robert Boehne  <rboehne@ricardo-us.com>
 
-       * docs/libtool.texi: Added pointers to documentation       
-       of Hewlett-Packard, Compaq Tru64 and IBM AIX systems.       
+       * docs/libtool.texi: Added pointers to documentation
+       of Hewlett-Packard, Compaq Tru64 and IBM AIX systems.
 
 2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
 
 
        * ltmain.in (version_type): Use "-iface" as the windows
        versioning scheme, where iface is the number of the oldest
-       interface supported. 
+       interface supported.
 
 2000-09-14  Gary V. Vaughan  <gvv@techie.com>
 
        * ltconfig.in (pw32): ditto.
        * ltmain.in (pw32): ditto.
        * NEWS: Updated.
-       
+
 2000-09-12  Michael Matz <matz@ifh.de>
 
        * ltmain.in:  Be careful about filenames with multiple `.'s in
 
        * ltmain.in (compile, need_lock): Don't create nor remove lock
        files in dry runs.
-       
+
        * libltdl/ltdl.c (load_deplibs): Don't append shlib_ext; use
        lt_dlopenext() instead.
 
        * tests/build-relink.test, tests/build-relink2.test: Adjust.
 
        * libtool.m4: Fix typo I introduced in yesterday's patch.
-       
+
        * libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if
        dlname is empty.
 
        through to gcc on IRIX, or at all on other architectures for
        backwards compatibility (among others).
        Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
-       Reported by Albert Chin-A-Young <china@thewrittenword.com> 
+       Reported by Albert Chin-A-Young <china@thewrittenword.com>
 
 2000-08-26  Albert Chin-A-Young  <china@thewrittenword.com>
-       
+
        * ltcf-cxx.sh (old_archive_cmds):  With IRIX C++ 7.3.1.1m, CC -ar
        must be used to create archive libraries, not ar.
-       
+
 2000-08-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
        * ltmain.in (shtool): Use echo|grep instead of expr, as in the
        command.  Under BSD/OS 4.1 several libraries are now symlinks
        rather than regular files.  Adding -L tells the file program
        to follow the symlink.
-                           
+
 2000-05-29  Gary V. Vaughan  <gvv@techie.com>
 
        * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
        * libtool.m4 (i*86-*-freebsd*): Support a.out shared libs.
        From <suzukis@file.phys.tohoku.ac.jp>
 
-2000-05-29  Fred Fish  <fnf@be.com>       
+2000-05-29  Fred Fish  <fnf@be.com>
 
        Support AR=mwld AR_FLAGS='-xml -o' for PPC Beos.
-       * ltconfig (old_AR_FLAGS): Add.              
+       * ltconfig (old_AR_FLAGS): Add.
        (old_archive_cmds): Use AR_FLAGS rather than hardcoding "cru".
        (archive_cmds): Use AR_FLAGS rather than hardcoding "cru".
        (AR_FLAGS): Default to "cru" if not set.
        * NEWS: updated.
 
 2000-05-29  Bernhard Rosenkraenzer <bero@redhat.de>
+
        * libtool.m4: adding ia64 as supported linux platform
 
 2000-05-29  Michael Matz  <matz@ifh.de>
 
        * ltmain.in: fix quoting for $var_value.
-       
+
        * ltconfig.in: check for dlfcn.h: include return value
-       to make -Wall in CFLAGS work.  
+       to make -Wall in CFLAGS work.
 
 2000-05-27  Ossama Othman  <ossama@debian.org>
 
        support, and also fixes a problem where both the static and shared
        libraries were being built even if one of them was explicitly
        disabled.
-       
+
        * ltcf-cxx.sh: Make sure $ac_cv_prog_cc_pic_works and
        $ac_cv_prog_cc_static_works are unset since their C compiler
        cached values will override their C++ compiler specific values.
index a34902ad1be0d8b30eb7c63ae2819c2703d0e453..93e83162a2bc3e6ad14ce504159301bad6d68b57 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -620,7 +620,7 @@ else
 
     osf3* | osf4* | osf5*)
       # All OSF/1 code is PIC.
-      ac_cv_prog_cc_wl='-WL,'
+      ac_cv_prog_cc_wl='-Wl,'
       ac_cv_prog_cc_static='-non_shared'
       ;;
 
index 69f759de73a9a8af541e5730cf5d07b1483f937a..0654ae170c66c10cf429120c981b5ac45e5d507a 100644 (file)
@@ -144,7 +144,7 @@ case "$host_os" in
         # FIXME: insert proper C++ library support
         ld_shlibs=no
         ;;
-    esac 
+    esac
     ;;
   dgux*)
     case "$cc_basename" in
@@ -295,7 +295,7 @@ case "$host_os" in
         # FIXME: insert proper C++ library support
         ld_shlibs=no
         ;;
-    esac   
+    esac
     ;;
   netbsd*)
     # NetBSD uses g++ - do we need to do anything?
@@ -397,7 +397,7 @@ case "$host_os" in
       cxx)
         allow_undefined_flag=' -expect_unresolved \*'
         archive_cmds='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
-        
+
         hardcode_libdir_flag_spec='-rpath $libdir'
         hardcode_libdir_separator=:
 
@@ -525,7 +525,7 @@ case "$host_os" in
           hardcode_libdir_flag_spec='${wl}-R $wl$libdir'
         fi
         ;;
-    esac   
+    esac
     ;;
   tandem*)
     case "$cc_basename" in
@@ -538,7 +538,7 @@ case "$host_os" in
         # FIXME: insert proper C++ library support
         ld_shlibs=no
         ;;
-    esac   
+    esac
     ;;
   unixware*)
     # FIXME: insert proper C++ library support
@@ -618,7 +618,7 @@ else
         # Green Hills C++ Compiler
         # ac_cv_prog_cc_static="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
         ;;
-      esac 
+      esac
       ;;
     dgux*)
       case "$cc_basename" in
@@ -692,7 +692,7 @@ else
           ;;
         *)
           ;;
-      esac   
+      esac
       ;;
     netbsd*)
       ;;
@@ -707,7 +707,7 @@ else
           ;;
         cxx)
           # Digital/Compaq C++
-          ac_cv_prog_cc_wl='-WL,'
+          ac_cv_prog_cc_wl='-Wl,'
           # Make sure the PIC flag is empty.  It appears that all Alpha
           # Linux and Compaq Tru64 Unix objects are PIC.
           ac_cv_prog_cc_pic=
@@ -742,7 +742,7 @@ else
           ;;
         *)
           ;;
-      esac   
+      esac
       ;;
     sunos4*)
       case "$cc_basename" in
@@ -767,7 +767,7 @@ else
           ;;
         *)
           ;;
-      esac   
+      esac
       ;;
     unixware*)
       ;;