OSDN Git Service

* configure.in: Added --with-windres option.
authordj <dj>
Fri, 3 Aug 2001 16:27:21 +0000 (16:27 +0000)
committerdj <dj>
Fri, 3 Aug 2001 16:27:21 +0000 (16:27 +0000)
* configure: Regenerated.

binutils/ChangeLog
binutils/configure
binutils/configure.in

index 7a1b6e9..38630f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
+
+       * configure.in: Added --with-windres option.
+       * configure: Regenerated.
+
 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * doc/binutils.texi: Use @command{name} for commands;
index bb04e3c..c0651f8 100755 (executable)
@@ -5480,6 +5480,9 @@ do
     fi
 done
 
+if test "${with_windres+set}" = set; then
+         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+fi
 
 
 
index 303a7da..00f3888 100644 (file)
@@ -266,6 +266,10 @@ changequote([,])dnl
     fi
 done
 
+if test "${with_windres+set}" = set; then
+         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+fi
+
 AC_SUBST(NLMCONV_DEFS)
 AC_SUBST(BUILD_NLMCONV)
 AC_SUBST(BUILD_SRCONV)