diff options
author | Zack Weinberg <zackw@stanford.edu> | 2001-05-26 04:54:42 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-05-26 04:54:42 +0000 |
commit | 05e126346a8a32f5e34c169a11dc3635d67347f1 (patch) | |
tree | 9fd48312385176e53f54e438031f73f773423869 /gcc/configure.in | |
parent | 88657302b711baa2b317b2bb91c93d0a03e16b36 (diff) | |
download | gcc-05e126346a8a32f5e34c169a11dc3635d67347f1.tar.gz |
aclocal.m4: Quote final argument of patsubst.
* aclocal.m4: Quote final argument of patsubst. Use
3-argument form of AC_DEFINE. Restore quotes to [] while
using AC_FD_CC.
* configure.in: Remove unnecessary changequote calls.
* configure, config.in: Regenerate.
From-SVN: r42617
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index e8d45030c30..2db8388c8c6 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -743,7 +743,6 @@ echo "Using \`$srcdir/config/$md_file' as machine description file." # If any of the xm_file variables contain nonexistent files, warn # about them and drop them. -changequote(,)dnl bx= for x in $build_xm_file; do if test -f $srcdir/config/$x @@ -770,7 +769,6 @@ for x in $xm_file; do fi done xm_file="$tx" -changequote([,])dnl count=a for f in $tm_file; do |