aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-06-16 19:30:48 +0000
committerKen Raeburn <raeburn@cygnus>1995-06-16 19:30:48 +0000
commit379062d10f37bddfc4046b5603435d9bcb03be4c (patch)
treefb5dcdde2cdc2c82ef1b811e962e3d6c87819aa1
parent31dabb6cc9e5266be0e449bbde19bff4b837b2ab (diff)
downloadfsf-binutils-gdb-379062d10f37bddfc4046b5603435d9bcb03be4c.zip
fsf-binutils-gdb-379062d10f37bddfc4046b5603435d9bcb03be4c.tar.gz
fsf-binutils-gdb-379062d10f37bddfc4046b5603435d9bcb03be4c.tar.bz2
use changequote around []
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure2
-rw-r--r--gprof/configure.in2
3 files changed, 7 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index fbbaa9a..70a0a2a 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 16 15:29:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * configure.in: Use changequote around use of [].
+
Mon Jun 12 12:14:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
* Makefile.in (distclean, realclean): Remove config.cache and
diff --git a/gprof/configure b/gprof/configure
index 014dadc..ed6b752 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -599,7 +599,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
case "${target}" in
alpha-*-*) MY_TARGET=alpha ;;
-i34586-*-*) MY_TARGET=i386 ;;
+i[345]86-*-*) MY_TARGET=i386 ;;
sparc-*-*) MY_TARGET=sparc ;;
tahoe-*-*) MY_TARGET=tahoe ;;
vax-*-*) MY_TARGET=vax ;;
diff --git a/gprof/configure.in b/gprof/configure.in
index 495dfc3..d75454c 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -10,7 +10,9 @@ AC_ARG_PROGRAM
case "${target}" in
alpha-*-*) MY_TARGET=alpha ;;
+changequote(,)dnl
i[345]86-*-*) MY_TARGET=i386 ;;
+changequote([,])dnl
sparc-*-*) MY_TARGET=sparc ;;
tahoe-*-*) MY_TARGET=tahoe ;;
vax-*-*) MY_TARGET=vax ;;