* configure: Remove dubious bug reporting address.
authorPer Bothner <per@bothner.com>
Sun, 5 Nov 1995 08:14:38 +0000 (08:14 +0000)
committerPer Bothner <per@bothner.com>
Sun, 5 Nov 1995 08:14:38 +0000 (08:14 +0000)
ChangeLog
configure

index e79bd81ed119e17982025431bf88c281363430d8..92ed38ada5376652904c302bef0ca090c9ccb62b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * configure:  Remove dubious bug reporting address.
+
 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
 
        * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
index 499d0eb3d02db9c24f092637b26c509509fb3cf5..784c2804d4c4aec106f569c9df16bfd877868842 100755 (executable)
--- a/configure
+++ b/configure
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-# Please report any problems running this configure script to
-# configure@cygnus.com
-# Please do not send reports about other problems to this address.  See
-# gdb/README, gas/README, etc., for info on where and how to report
-# problems about particular tools.
-
-# This file was written by K. Richard Pixley.
+# This file was originally written by K. Richard Pixley.
 
 #
 # Shell script to create proper links to machine-dependent files in
@@ -686,6 +680,9 @@ fi
 
 CXX=${CXX-"g++ -O"}
 
+export CC
+export CXX
+
 for subdir in . ${subdirs} ; do
 
     # ${subdir} is relative path from . to the directory we're currently
@@ -936,21 +933,17 @@ EOF
             sed -e "s:^prefix[         ]*=.*$:prefix = ${prefix}:" \
                     -e "s:^exec_prefix[        ]*=.*$:exec_prefix = ${exec_prefix}:" \
                    -e "/^CC[   ]*=/{
-                       b chkcc
-                       :contcc
-                       N
-                       :chkcc
-                       s/\\\\$//
-                       t contcc
+                       :loop1
+                       /\\\\$/ N
+                       /\\\\$/ b loop1
+                       s/\\\\\\n//g
                        s%^CC[  ]*=.*$%CC = ${CC}%
                        }" \
                    -e "/^CXX[  ]*=/{
-                       b chkcxx
-                       :contcxx
-                       N
-                       :chkcxx
-                       s/\\\\$//
-                       t contcxx
+                       :loop2
+                       /\\\\$/ N
+                       /\\\\$/ b loop2
+                       s/\\\\\\n//g
                        s%^CXX[         ]*=.*$%CXX = ${CXX}%
                        }" \
                    -e "s:^SHELL[        ]*=.*$:SHELL = ${config_shell}:" \
This page took 0.034546 seconds and 4 git commands to generate.