[PATCH] Remove broken changequote lines from binutils/configure.in

Thiemo Seufer ths@networkno.de
Tue Sep 26 02:56:00 GMT 2006


Hello All,

I committed the appended patch as obvious, the previous version failed
with autoconf 2.59 due to infinite recursion.


Thiemo


2006-09-26  Thiemo Seufer  <ths@networkno.de>

	* configure.in: Remove broken changequote lines.


Index: binutils/configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.64
diff -u -p -r1.64 configure.in
--- binutils/configure.in	20 Sep 2006 11:35:11 -0000	1.64
+++ binutils/configure.in	25 Sep 2006 23:26:23 -0000
@@ -258,14 +258,12 @@ changequote([,])dnl
 	  BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
 	  ;;
 	x86_64-*-mingw64*)
-changequote([,])dnl
   	  BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
 	  DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
 	  BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
 	  BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
 	  ;;
 changequote(,)dnl
-changequote(,)dnl
 	i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
 changequote([,])dnl
   	  BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'



More information about the Binutils mailing list