Changeset 2659
- Timestamp:
- Mar 18, 2006, 10:43:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/texinfo/configure.ac
r2617 r2659 34 34 35 35 # Needed on sysV68 for sigblock, sigsetmask. But check for it in libc first. 36 AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock)) 36 #bird: this is busted 37 #AC_CHECK_FUNC(sigblock, , AC_CHECK_LIB(bsd, sigblock)) 37 38 38 39 # Checks for header files. … … 83 84 # long as we have this process, we also use our own makeinfo and 84 85 # install-info. 85 # 86 # 86 87 # This means that if we are cross compiling, we have to configure the 87 88 # package twice: once with the native compiler (this is done in a
Note:
See TracChangeset
for help on using the changeset viewer.