* configure.in: Added --with-windres option.

* configure: Regenerated.
This commit is contained in:
DJ Delorie 2001-08-03 16:27:22 +00:00
parent 62efb34674
commit c918cb968c
3 changed files with 12 additions and 0 deletions

View 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> 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* doc/binutils.texi: Use @command{name} for commands; * doc/binutils.texi: Use @command{name} for commands;

3
binutils/configure vendored
View File

@ -5480,6 +5480,9 @@ do
fi fi
done done
if test "${with_windres+set}" = set; then
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
fi

View File

@ -266,6 +266,10 @@ changequote([,])dnl
fi fi
done done
if test "${with_windres+set}" = set; then
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
fi
AC_SUBST(NLMCONV_DEFS) AC_SUBST(NLMCONV_DEFS)
AC_SUBST(BUILD_NLMCONV) AC_SUBST(BUILD_NLMCONV)
AC_SUBST(BUILD_SRCONV) AC_SUBST(BUILD_SRCONV)