fix for properly detecting shared lib support on SunPro cc (taken from

libtool 1.2.a)

-Yosh
This commit is contained in:
Manish Singh
1998-07-01 16:59:40 +00:00
parent 7c1e35b4c6
commit 3b4e7ea423
8 changed files with 43 additions and 8 deletions

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -1,4 +1,9 @@
Mon Jun 29 14:19:30 BST 1998
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
* 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 <gale@gtk.org>
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
by Stefan Mars <mars@lysator.liu.se>

View File

@@ -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