use changequote around []

This commit is contained in:
Ken Raeburn 1995-06-16 19:30:48 +00:00
parent 31dabb6cc9
commit 379062d10f
3 changed files with 7 additions and 1 deletions

View 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

2
gprof/configure vendored
View File

@ -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 ;;

View 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 ;;