mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* configure.in: Added --with-windres option.
* configure: Regenerated.
This commit is contained in:
parent
62efb34674
commit
c918cb968c
@ -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
3
binutils/configure
vendored
@ -5480,6 +5480,9 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if test "${with_windres+set}" = set; then
|
||||||
|
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user