]> www.ginac.de Git - cln.git/commitdiff
- autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
authorRichard Kreckel <kreckel@ginac.de>
Mon, 29 May 2000 14:59:14 +0000 (14:59 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 29 May 2000 14:59:14 +0000 (14:59 +0000)
  environment around the patch of 2000-05-23.

ChangeLog
autoconf/aclocal.m4
configure

index 47c2e1d0bc25c295a09070380dabf90f9419f9eb..58fe0d1e04dfc57318631736a3f00d2a3e6051b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-29  Richard Kreckel  <kreckel@ginac.de>
+
+        * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
+        environment around the patch of 2000-05-23.
+
 2000-05-29  Bruno Haible  <haible@clisp.cons.org>
 
         * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
index 272645a56d458f95eeda6d6b46a33c9862cf952c..6eed9be2b48273ce449e59ede38a7befbe87d5ab 100644 (file)
@@ -234,9 +234,11 @@ fi
 cl_cv_host="$host"
 ])
 host="$cl_cv_host"
+changequote(,)dnl
 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+changequote([,])dnl
 AC_SUBST(host)dnl
 AC_SUBST(host_cpu)dnl
 AC_SUBST(host_vendor)dnl
index 71de2ba14d226bdbfa6438af41982d9d61a9c6ed..5ac8ab28ea7f774c32870c8c1e2593025329e65c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1213,9 +1213,9 @@ cl_cv_host="$host"
 fi
 echo "$ac_t""$cl_cv_host" 1>&6
 host="$cl_cv_host"
-host_cpu=`echo $host | sed 's/^\(^-*\)-\(^-*\)-\(.*\)$/\1/'`
-host_vendor=`echo $host | sed 's/^\(^-*\)-\(^-*\)-\(.*\)$/\2/'`
-host_os=`echo $host | sed 's/^\(^-*\)-\(^-*\)-\(.*\)$/\3/'`
+host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
                       
 case "$host_cpu" in