diff --git a/ChangeLog b/ChangeLog index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d4ab8901d9..3fe9d6cd3f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,4 +1,9 @@ -Mon Jun 29 14:19:30 BST 1998 +Wed Jul 1 09:56:25 PDT 1998 Manish Singh + + * ltconfig: fix for properly detecting shared lib support on + SunPro cc (taken from libtool 1.2.a) + +Mon Jun 29 14:19:30 BST 1998 Tony Gale * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars 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