* configure.in: Permit --enable-shared to specify a list of
authorIan Lance Taylor <ian@airs.com>
Mon, 8 Apr 1996 18:45:08 +0000 (18:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 8 Apr 1996 18:45:08 +0000 (18:45 +0000)
directories.
* configure: Rebuild.

binutils/ChangeLog
gas/ChangeLog
gprof/ChangeLog
gprof/configure
gprof/configure.in
ld/ChangeLog

index ddcdae1b8352645ff27ab81ceee749fe066d11f2..4d2b5f33fdd6ccbdc7e5189131d4a5e0680951d0 100644 (file)
@@ -1,3 +1,9 @@
+Mon Apr  8 14:40:05 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Permit --enable-shared to specify a list of
+       directories.
+       * configure: Rebuild.
+
 Fri Mar 29 16:11:33 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * objdump.c (dump_section_header): Print the SEC_LINK_ONCE flag
index 65396449b3bf38ccf58842b3b6b3521e850fa139..865f8f17413c39df5bb036d775c43a3ccc5715dc 100644 (file)
@@ -1,3 +1,9 @@
+Mon Apr  8 14:42:53 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Permit --enable-shared to specify a list of
+       directories.
+       * configure: Rebuild.
+
 Fri Apr  5 17:01:35 1996  Jeffrey A Law  (law@cygnus.com)
 
        * config/tc-h8300.c (get_specific): Remove some #if 0 code.
index 8fd3b562147e25c12424c453da3839f6c3299366..8551292f67c01fcab2e6e3217db8456f4a449beb 100644 (file)
@@ -1,3 +1,9 @@
+Mon Apr  8 14:44:33 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Permit --enable-shared to specify a list of
+       directories.
+       * configure: Rebuild.
+
 Thu Mar 21 17:18:25 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * core.c (core_create_function_syms): Move filename and func_name
index 6465fa121414cdbd6f5be59ade07d17a051f4f96..282bbe2ebbde15ed45d2dd31ee1d54ab62db41cc 100755 (executable)
@@ -521,7 +521,8 @@ if test "${enable_shared+set}" = set; then
   case "${enableval}" in
   yes) shared=true ;;
   no)  shared=false ;;
-  *)   { echo "configure: error: bad value ${enableval} for BFD shared option" 1>&2; exit 1; } ;;
+  *bfd*) shared=true ;;
+  *) shared=false ;;
 esac
 fi
 
@@ -611,7 +612,7 @@ else
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
index 8c13db357387e6779da76a9131910789801ae0e7..4b0a616b59a4a803b76cef7eb4490c041227f8d8 100644 (file)
@@ -7,7 +7,8 @@ AC_ARG_ENABLE(shared,
 [case "${enableval}" in
   yes) shared=true ;;
   no)  shared=false ;;
-  *)   AC_MSG_ERROR([bad value ${enableval} for BFD shared option]) ;;
+  *bfd*) shared=true ;;
+  *) shared=false ;;
 esac])dnl
 
 AC_PROG_CC
index 3825590ef1b04f27a7439a453020ec56b58c5b0c..05021c2dda0f5ef19fb466de8224292f6691d06e 100644 (file)
@@ -1,5 +1,9 @@
 Mon Apr  8 11:56:23 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * configure.in: Permit --enable-shared to specify a list of
+       directories.
+       * configure: Rebuild.
+
        * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic,
        for HP/UX compatibility.
 
This page took 0.042747 seconds and 4 git commands to generate.