use changequote around []
authorKen Raeburn <raeburn@cygnus>
Fri, 16 Jun 1995 19:30:48 +0000 (19:30 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 16 Jun 1995 19:30:48 +0000 (19:30 +0000)
gprof/ChangeLog
gprof/configure
gprof/configure.in

index fbbaa9adf5d9ef0faee11057c512b89ab1f38fd5..70a0a2abd4e42e7bd7fc6902197e19d2b13b2a95 100644 (file)
@@ -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
index 014dadc6beda955519482d374425602a61873985..ed6b7521209d8cc2a68ecb5aebb6471775eab907 100755 (executable)
@@ -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 ;;
index 495dfc300935be7f13c91db925f4106ab9f7dd7a..d75454cf9fd84e874750cd290e6e2ffe068d7f74 100644 (file)
@@ -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 ;;
This page took 0.030275 seconds and 4 git commands to generate.