* configure.in: Added --with-windres option.
authorDJ Delorie <dj@redhat.com>
Fri, 3 Aug 2001 16:27:22 +0000 (16:27 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 3 Aug 2001 16:27:22 +0000 (16:27 +0000)
* configure: Regenerated.

binutils/ChangeLog
binutils/configure
binutils/configure.in

index 7a1b6e92a3c3006ffb7fa7f8e47184ee67c53cec..38630f96624e28a8b3971d679b816c456c28dcee 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 bb04e3ca716ead106b08bb5361a25bfb12ba147f..c0651f86c6e38426caea812ddb31a9f5a3598cf2 100755 (executable)
@@ -5480,6 +5480,9 @@ do
     fi
 done
 
+if test "${with_windres+set}" = set; then
+         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
+fi
 
 
 
index 303a7da2a21aff25df81f5a9fba3554ab84c4842..00f38887556638feaab90d9920358057dbb84b84 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)
This page took 0.029716 seconds and 4 git commands to generate.