diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 04:54:42 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 04:54:42 +0000 |
commit | 2149241d410a8ccd08889e77d68bf04bf26effec (patch) | |
tree | 9fd48312385176e53f54e438031f73f773423869 /gcc/configure.in | |
parent | 2a28135353b97956c0ad51a9fe00868f24458a06 (diff) | |
download | gcc-2149241d410a8ccd08889e77d68bf04bf26effec.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42617 138bc75d-0d04-0410-961f-82ee72b054a4
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 |