Commit graph

59 commits

Author SHA1 Message Date
Ondrej Filip dc16584ac2 Small change to make BIRD's IPv6 packaging easier 2009-06-02 00:28:08 +02:00
Ondrej Filip a6ee026693 Typo in gendist script. 2009-04-28 11:56:33 +02:00
Ondrej Filip 73841442d9 Gendist script adapted to git. 2009-04-28 10:20:50 +02:00
Martin Mares 6c36c4b66b Updated config.{guess,sub} to a recent version.
Patch from the Debian package.
2008-08-25 11:14:14 +00:00
Ondrej Filip 4b1cf69e76 Again back to regina.gin.cz. 2005-03-16 16:09:28 +00:00
Ondrej Filip 129e912924 Ftp server change. 2005-02-21 10:22:57 +00:00
Ondrej Filip 89478fe3ab Change of ftp servers. 2005-02-21 10:04:37 +00:00
Ondrej Filip 8910351c76 sort from GNU coreutils 5.2.1 doesn't accept the +- syntax
anymore. Hopefully the -k syntax is supported by all other
sort versions
2004-09-08 16:06:07 +00:00
Martin Mares 27e3e5e0c9 Do not forget to propagate LDFLAGS from configure. Allows static linking,
among other things.
2004-08-19 09:15:36 +00:00
Ondrej Filip ff61673427 Delete automate*cache. 2004-06-07 14:37:29 +00:00
Martin Mares fa643be1cc Updated the distribution script. 2004-05-31 22:24:42 +00:00
Martin Mares 3810eccf6b Added a simple utility for converting CVS log messages to a reasonable
changelog format.
2004-05-31 22:16:54 +00:00
Martin Mares a4ffe2739d Bird's control socket should be in /var/run and the convention for
--localstatedir is /var. The control socket pathname creation is thus
corrected here.

(Andreas)
2004-05-31 17:53:02 +00:00
Ondrej Filip 73219ecfec Delete autom4te.cache in 'make distclean'. 2004-05-31 15:13:56 +00:00
Martin Mares c153ee9137 Nobody is perfect. Me twice :) 2003-04-06 19:52:22 +00:00
Martin Mares 8edd56bded Oops, forgot to change some paths. 2003-04-06 19:49:17 +00:00
Martin Mares 0e41e34a23 Avoid problems with copying a directory to itself. 2003-04-06 19:45:55 +00:00
Ondrej Filip f82e9bc374 Another atrey->atrey.karlin.mff.cuni.cz 2000-09-03 16:21:14 +00:00
Ondrej Filip 76460860ec Small bugfix. (Use atrey.karlin.... instead of atrey.) 2000-09-03 06:54:35 +00:00
Martin Mares e7894ecede Added slides for our presentation, but don't export them to the
distribution tarball -- they are in Czech and therefore of no use
to almost anybody :(
2000-06-26 20:02:30 +00:00
Martin Mares 2084109a37 Include CVS ChangeLog in the distribution 2000-06-21 22:11:29 +00:00
Martin Mares dd44b2ce90 bird-1.0.0 has been released. 2000-06-09 07:52:57 +00:00
Martin Mares 4386360bd9 Before building distribution tarballs, make distclean first. 2000-06-09 06:46:58 +00:00
Martin Mares 2d176ac5d2 Released as 1.0.0, but marked it as a BETA version. 2000-06-09 06:45:48 +00:00
Martin Mares 99955b54be Proper building and installation of documentation in the Makefiles. 2000-06-09 06:31:43 +00:00
Martin Mares d4f72db31a When distcleaning, clean up doc as well. 2000-06-08 15:22:06 +00:00
Martin Mares 42b3daa09c Description of protocol module moved to where it belongs. If documentation
of standard modules is stored in their source, such auxilliary files
should be as well.
2000-06-05 09:51:24 +00:00
Martin Mares 371adba6de Use <chapt> for chapters, <sect> for sections and <sect1> for subsections. 2000-06-02 17:23:53 +00:00
Martin Mares fec5bec0b5 Make documentation targets available from the top-level makefile as well,
but not with separate object tree yet.
2000-05-31 11:36:21 +00:00
Martin Mares 6be13de762 New progdoc script generating SGML output. 2000-05-31 11:29:56 +00:00
Martin Mares d8033f2238 Generated first public alpha release.
Unless you object, I'll announce it today (9.5.) at noon.
2000-05-08 22:37:16 +00:00
Martin Mares f9254d2349 Autoconf is *evil*. The sysconfdir and similar variables are unusable in
C includes as they contain substitutions specific to make.

Worked around by creating sysconf/paths.h which is created from
the Makefile instead of by the configure script.
2000-05-08 14:19:47 +00:00
Martin Mares d8508f70b0 `make install' now works. 2000-05-08 13:54:59 +00:00
Martin Mares b177724896 Connected the `doc' subtree to global makefiles.
All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build).

Use `make docs' to make the whole documentation or `make userdocs' resp.
`make progdocs' for user manual resp. developer's guide.
2000-05-05 17:15:56 +00:00
Martin Mares c7d7794bb9 Added a tool for processing of developer documentation.
Everything is controlled by Doc files in source directories (see the
corresponding programmer's manual entry for the format and look
at Doc and lib/Doc for an example).

Currently it generates HTML indices and calls kernel-doc to generate
per-section HTML files.
2000-05-05 17:14:44 +00:00
Martin Mares 973304bc2b Don't make dependencies in client directory if the client is not
configured in.
2000-02-14 17:32:50 +00:00
Martin Mares 7211be1cff Configure, link and use the readline library. 2000-01-20 13:13:30 +00:00
Martin Mares 9fac310d1a Put client on a stony ground. The whole client is going to be system-specific
(the current version UNIX-specific) anyway, so it's useless to try splitting it
to sysdep and generic part. Instead of this, configure script decides (based on
system type and user's wish) what (if any) client should be built and what
autoconfiguration it requires. Also, the client provides its own die/bug/...
functions.
2000-01-19 15:07:00 +00:00
Martin Mares b9672a845f The CLI I/O functions work as desired. 1999-10-31 15:43:44 +00:00
Martin Mares 54165b1315 Configure PATH_CONTROL_SOCKET.
autoconf.h is now written to obj/sysdep, the source tree is hopefully
completely read-only now.
1999-10-29 10:08:09 +00:00
Martin Mares ed6081502a Added skeleton of the client. Does nothing, but at least compiles. 1999-10-29 09:44:44 +00:00
Martin Mares 4a4911a36a Added missing quotes. 1999-05-31 17:39:44 +00:00
Martin Mares a70693ca9b Don't forget to export CPPFLAGS to GCC. :) 1999-05-21 14:28:44 +00:00
Martin Mares 113694892e Use $(CC) instead of gcc even when generating dependencies. 1999-04-12 17:21:11 +00:00
Martin Mares ed9a82369f Added new target "tags" to generate a tag table for Emacs.
Also made "depend" work before the tree is compiled first time.
1999-04-11 19:28:16 +00:00
Martin Mares abae6e9cd3 First few FreeBSD portability fixes. 1999-04-01 15:33:52 +00:00
Martin Mares 7a2105becd Use dmalloc instead of EFence when available (dmalloc has lot of improvements
over EFence and also hopefully smaller memory overhead, but sadly it's non-free
for commercial use).

If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable'
checks by default.

Also introduced mb_allocz() for cleared mb_alloc().
1999-03-04 11:36:26 +00:00
Martin Mares eab0d1e5e5 Latest changes broke out-of-tree compilation. 1999-03-02 16:39:41 +00:00
Martin Mares e834074dd4 If we are compiling with debugging enabled and libefence is available,
link it to get debugging malloc.
1999-03-01 22:42:47 +00:00
Martin Mares ea3582a6f6 Include "config.h" instead of "autoconf.h" in all Modules lists to make defines
in the static portion of configuration includes available as well.
1999-03-01 20:15:14 +00:00