From 09de6fb1d4f02cb8d968d3048c12aa5dfc79b2bb Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 1 Jul 1998 17:06:47 +0000 Subject: [PATCH] fix for properly detecting shared lib support on SunPro cc (taken from libtool 1.2.a) -Yosh --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ ltconfig | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e8b0c073da..618f4fe52f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed Jul 1 10:05:36 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + Wed Jul 1 03:33:30 1998 Tim Janik * gtk/gtkrc.c: implementation of the "class" keyword for styles. diff --git a/ltconfig b/ltconfig index 878a7c8122..4cd5626387 100755 --- a/ltconfig +++ b/ltconfig @@ -561,7 +561,7 @@ if test -n "$pic_flag"; then # Check to make sure the pic_flag actually works. echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6 $rm conftest* - echo > conftest.c + echo "int some_variable = 0;" > conftest.c save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $pic_flag -DPIC" echo "$progname:567: checking if $compiler PIC flag $pic_flag works" >&5