Andreas Gustafsson
6c68e68fc5
When generating man pages from docbook source, add CVS Id lines
...
so that they don't keep appearing and disappearing depending
on whether "make man" or "update_copyright" was run last.
Also, moved HTML_COPYRIGHT and MAN_COPYRIGHT to a new
directory "docutil" which is actually shipped with the
distribution, unlike the "util" directory.
2001-06-08 19:04:10 +00:00
Brian Wellington
47fd46791d
updates to the "static inline" test
2001-06-06 23:42:54 +00:00
Brian Wellington
9d266ed4d7
HP/UX & IRIX have working threads.
2001-06-06 23:04:06 +00:00
Brian Wellington
dee520f1be
handle --without-randomdev [RT #1372 ]
2001-06-03 19:36:01 +00:00
Brian Wellington
b4ec020a0c
fix a quoting problem
2001-05-23 02:43:16 +00:00
Andreas Gustafsson
dc8f5b39e2
typo
2001-05-15 20:58:17 +00:00
Andreas Gustafsson
45fca822d5
simplified SGML autoconfiguration through the magic of subroutines
2001-05-15 20:09:47 +00:00
Andreas Gustafsson
f9f9c47053
Made PDF generation work again (at least on trebuchet)
2001-05-15 18:07:16 +00:00
Andreas Gustafsson
60084a1a5a
The ARM and the man pages now use a common set of Makefile macros
...
to determine the paths to the various SGML and XML tools and files.
You should have a complete SGML catalog in /usr/local/share/sgml/catalog;
this will be picked up by the configure script and used for both the
ARM and the man pages.
2001-05-15 17:33:32 +00:00
Andreas Gustafsson
14c17b4c16
If TeX is not found, set @TEX@ to "tex" instead of leaving it
...
undefined, lest the generated Makefiles look really confusing. Ditto for PDFTEX
2001-05-11 22:09:40 +00:00
Andreas Gustafsson
b8cfb6c6c8
HTML files in doc/arm are now regenerated using 'make doc' instead
...
of 'sh genhtml.sh'; you can also do 'make Bv9ARM-book.pdf' and 'make Bv9ARM-book.dvi'
2001-05-09 03:12:11 +00:00
Andreas Gustafsson
6fcb2f0faa
check for systems that support 'inline' but not 'static inline' [RT #1212 ]
2001-05-03 19:54:44 +00:00
Brian Wellington
1c0ff8a9cc
typos, redundancy
2001-05-03 17:38:43 +00:00
Andreas Gustafsson
e2b585787f
the default setting of the --enable-threads/--disable-threads
...
option is now operating system dependent; we only enable threads
by default on systems where they actually work
2001-05-03 17:26:52 +00:00
Andreas Gustafsson
f252f91e27
commented
2001-05-02 23:15:38 +00:00
Andreas Gustafsson
a737f45fba
look for SGML stylesheets in more places
2001-03-29 22:54:36 +00:00
Bob Halley
ee7560f46d
do not generate named.{8,html}
2001-03-27 17:55:25 +00:00
Bob Halley
0b3c031b8f
generate named.html
2001-03-27 17:49:41 +00:00
Andreas Gustafsson
b1e8b7fd92
cut-and-paste-o
2001-03-27 01:41:07 +00:00
Brian Wellington
badf66abe0
Remove OMAPI.
2001-03-27 00:53:58 +00:00
Brian Wellington
1d92d8a245
792. [cleanup] Replace the OMAPI command channel protocol with a
...
simpler one.
2001-03-27 00:44:59 +00:00
Andreas Gustafsson
41149b919e
check for broken inet_pton()
2001-03-21 02:06:28 +00:00
Bob Halley
c64aeaf419
if building with libtool, have mkdep make appropriate dependencies
2001-03-15 19:12:53 +00:00
Brian Wellington
8b282073f2
We don't need yacc anymore.
2001-03-06 02:32:42 +00:00
Brian Wellington
438b80a31b
Remove the old configuration parser
2001-03-05 22:49:33 +00:00
Brian Wellington
fee5012c43
comment out gssapi stuff, since it doesn't work.
2001-03-03 21:22:52 +00:00
Bob Halley
620de5a4b1
Do not define _REENTRANT when building with --disable-threads
2001-03-02 17:36:27 +00:00
Andreas Gustafsson
28a3d52904
define ISC_PLATFORM_QUADFORMAT in platform.h so that it can more easily
...
be overridden on Win32. This means ISC_PLATFORM_LONGLONGEQUALLONG is no longer
needed. [RT #896 ]
2001-02-27 02:22:17 +00:00
Brian Wellington
f8727bd903
check for <sys/prctl.h>, not <linux/prctl.h> [RT #679 ]
2001-02-24 23:05:09 +00:00
Mark Andrews
754cca729d
add long long test
2001-02-21 06:09:56 +00:00
Andreas Gustafsson
be7f273043
merge in new yacc-free configuration parser from the newconfig branch
2001-02-15 04:14:15 +00:00
Brian Wellington
f317c00e0d
the /dev/random changes were broken
2001-02-14 22:56:55 +00:00
Andreas Gustafsson
339bf07cd6
substitute SGML directory into nominum-docbook-print.dsl
2001-02-14 20:22:04 +00:00
Brian Wellington
af5ad488cb
look for /dev/random rather than having a hardcoded list of OSes that have it.
2001-02-14 20:01:12 +00:00
Mark Andrews
2da6df28cb
Add bin/named/named.8
2001-02-12 04:51:32 +00:00
Eric Luce
2bd433da87
Add support for generating DVI and PDF files for the ARM. Also make a nominum specific style sheet for printing that includes section numbers in the subsections.
2001-02-02 22:37:20 +00:00
Andreas Gustafsson
547f79ea44
line break in --with-purify help message cause configure --help output
...
to look ugly
2001-02-02 02:10:32 +00:00
Andreas Gustafsson
ce8c568e0d
consistent comment style
2001-02-02 02:07:57 +00:00
Stephen Jacob
d901b2252d
--with-purify support added to configure.in
2001-02-01 23:16:10 +00:00
Andreas Gustafsson
5ff133b820
test the C compiler with AC_PROG_CC before using it for the
...
endinanness test [RT #742 ]; it also seems to make sense to test for stuff like openssl
after testing the C compiler and basic C language features, not before
2001-01-31 19:22:46 +00:00
Brian Wellington
c356cd618d
On NetBSD systems without pthreads, build without threads.
2001-01-25 21:42:17 +00:00
Andreas Gustafsson
52d6c41cfc
spacing
2001-01-23 18:08:15 +00:00
Mark Andrews
6ab3d08c12
Determine the appropriate type for resource limit, ISC_PLATFORM_RLIMITTYPE.
2001-01-23 04:58:57 +00:00
Mark Andrews
b6cb5907b2
remove bad quotes from error messages.
2001-01-23 03:09:39 +00:00
Mark Andrews
a4938cc64a
check if unistd.h declares fd_set
2001-01-23 00:57:58 +00:00
Brian Wellington
bf6d4f9cad
Install the lwres man pages.
2001-01-19 22:46:27 +00:00
Brian Wellington
703e1c0bb6
692. [bug] Deal with systems that have getaddrinfo() but not
...
gai_strerror(). [RT #679 ]
2001-01-18 22:21:31 +00:00
Bob Halley
3b77946b75
check for Exuberant Ctags etags
2001-01-17 19:54:21 +00:00
Brian Wellington
0b1f1952f4
build the tkey system test Makefile
2001-01-11 20:46:32 +00:00
Brian Wellington
d6230d416b
don't build Makefiles in the openssl directories if --with-openssl was specified.
2001-01-09 22:56:06 +00:00