libtool-patches
[Top][All Lists]
Advanced

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

Re: HP-UX g++ support in MLB


From: libtool-patches
Subject: Re: HP-UX g++ support in MLB
Date: Mon, 5 Mar 2001 14:44:48 -0600
User-agent: Mutt/1.1.12i

On Mon, Mar 05, 2001 at 08:32:35PM +0000, Gary V. Vaughan wrote:
> On Mon, 05 Mar 2001, address@hidden wrote:
> > On Sat, Mar 03, 2001 at 02:39:06PM -0800, Ossama Othman wrote:
> > > Hi Alexandre,
> > >
> > > On Sat, Mar 03, 2001 at 06:26:11PM -0300, Alexandre Oliva wrote:
> > > > Ok to install in the MLB?
> > >
> > > Looks good to me.
> >
> > Then how about applying this at the same time?
> 
> Eeek!  please avoid  changequote().  I expect my mailer will insert 
> linebreaks... but you get the idea =)O|

I was simply being consistent with what libtool.m4 already used for
such a problem. So, based on your patch below, I've made another patch
to fix similar changequoteness.

> Cheers,
>       Gary.
> 
> -- snip snip
> --- libtool.m4   Mon Mar  5 11:59:36 2001
> +++ /tmp/libtool.m4      Mon Mar  5 11:59:30 2001
> @@ -567,7 +567,7 @@
>    ;;
>  
>  hpux10.20*|hpux11*)
> -   lt_cv_deplibs_check_method='file_magic( 
> s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
> +   lt_cv_deplibs_check_method=['file_magic( 
> s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library']
> 
>    lt_cv_file_magic_cmd=/usr/bin/file
>    lt_cv_file_magic_test_file=/usr/lib/libc.sl
>    ;;

-- 
albert chin (address@hidden)

-- snip snip
--- libtool.m4.orig     Mon Mar  5 14:41:25 2001
+++ libtool.m4  Mon Mar  5 14:42:44 2001
@@ -526,9 +526,7 @@
   ;;
 
 bsdi4*)
-  changequote(,)dnl
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared 
object|dynamic lib)'
-  changequote([, ])dnl
+  lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared 
object|dynamic lib)']
   lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
   ;;
@@ -550,9 +548,7 @@
     i*86 )
       # Not sure whether the presence of OpenBSD here was a mistake.
       # Let's accept both of them until this is cleared up.
-      changequote(,)dnl
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 
(compact )?demand paged shared library'
-      changequote([, ])dnl
+      lt_cv_deplibs_check_method=['file_magic (FreeBSD|OpenBSD)/i[3-9]86 
(compact )?demand paged shared library']
       lt_cv_file_magic_cmd=/usr/bin/file
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
       ;;
@@ -567,7 +563,7 @@
   ;;
 
 hpux10.20*|hpux11*)
-  lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) 
shared library'
+  lt_cv_deplibs_check_method=['file_magic 
(s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library']
   lt_cv_file_magic_cmd=/usr/bin/file
   lt_cv_file_magic_test_file=/usr/lib/libc.sl
   ;;
@@ -586,9 +582,7 @@
     *) libmagic=never-match;;
     esac
     # this will be overridden with pass_all, but let us keep it just in case
-    changequote(,)dnl
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] 
dynamic lib MIPS - version 1"
-    changequote([, ])dnl
+    lt_cv_deplibs_check_method=["file_magic ELF ${libmagic} MSB mips-[1234] 
dynamic lib MIPS - version 1"]
     ;;
   esac
   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
@@ -602,9 +596,7 @@
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
-    changequote(,)dnl
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
-    changequote([, ])dnl
+    lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )'] ;;
   esac
   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
   ;;
@@ -647,9 +639,7 @@
     lt_cv_deplibs_check_method=pass_all
     ;;
   motorola)
-    changequote(,)dnl
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared 
object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    changequote([, ])dnl
+    lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared 
object|dynamic lib) M[0-9][0-9]* Version [0-9]']
     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     ;;
   esac



reply via email to

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