diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-02 14:26:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-02 14:26:07 +0000 |
commit | c973bc5cd4b6024ab430a41cae5b75c2c54fd55e (patch) | |
tree | 48241288762d48451ef8c5eb6c4121309d665469 /gas/configure.in | |
parent | 87177905630953bf5b7ba6ed7938c2a483873e07 (diff) | |
download | gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.zip gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.tar.gz gdb-c973bc5cd4b6024ab430a41cae5b75c2c54fd55e.tar.bz2 |
PR gas/2991
* acinclude.m4 (BFD_BINARY_FOPEN): Import this function from bfd/aclocal.m4.
* configure.in: Run BFD_BINARY_FOPEN.
* configure: Regenerate.
* as.h: Look at USE_BINARY_FOPEN to decide which fopen-*.h header file to include.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index fa21e17..c306516 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -660,6 +660,8 @@ GAS_CHECK_DECL_NEEDED(strstr, f, char *(*f)(), $gas_test_headers) AC_CHECK_DECLS([vsnprintf]) +BFD_BINARY_FOPEN + dnl Required for html and install-html targets. AC_SUBST(datarootdir) AC_SUBST(docdir) |