ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/configure
Revision 1015 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (14 years, 4 months ago) by michael
File length: 467807 byte(s)
Diff to previous 1013
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
  unportable unless gcc, but for now they only give false warnings

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
File length: 465085 byte(s)
Diff to previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
File length: 465091 byte(s)
Diff to previous 1010
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1010 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 17:06:11 2009 UTC (14 years, 6 months ago) by michael
File length: 465091 byte(s)
Diff to previous 1009
- more configure cleanups and modernizations

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
File length: 471094 byte(s)
Diff to previous 1005
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1005 - (view) (annotate) - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (14 years, 6 months ago) by michael
File length: 469058 byte(s)
Diff to previous 998
- remove conf_add_d_conf wrapper

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (14 years, 6 months ago) by michael
File length: 469058 byte(s)
Diff to previous 989
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
  recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
  with a host that needs to be resolved on the very first configuration read.

Revision 989 - (view) (annotate) - [select for diffs]
Modified Sun Aug 16 14:02:51 2009 UTC (14 years, 7 months ago) by michael
File length: 468848 byte(s)
Diff to previous 982
- add -Wundef to CFLAGS

Revision 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
File length: 468840 byte(s)
Diff to previous 978
- added a mersenne twister basedn prng

Revision 978 - (view) (annotate) - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (14 years, 7 months ago) by michael
File length: 468918 byte(s)
Diff to previous 977
- avoid using native basename() since some implementations may or may not modify passed data

Revision 977 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 07:33:08 2009 UTC (14 years, 7 months ago) by michael
File length: 468958 byte(s)
Diff to previous 967
- removed last traces of crypt.c
- add disable-static to libtools options

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 7 months ago) by michael
File length: 469362 byte(s)
Diff to previous 963
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 963 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 12:23:39 2009 UTC (14 years, 7 months ago) by michael
File length: 580016 byte(s)
Diff to previous 955
- update pcre lib to 7.9

Revision 955 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 00:27:20 2009 UTC (14 years, 7 months ago) by michael
File length: 580016 byte(s)
Diff to previous 950
- configure.ac: replaced obsolete AC_HELP_STRING with AS_HELP_STRING

Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (14 years, 8 months ago) by michael
File length: 579952 byte(s)
Diff to previous 948
- squash several compile warnings

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
File length: 579944 byte(s)
Diff to previous 945
- lp64\llp64\ilp32 portability fixes

Revision 945 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 15:48:27 2009 UTC (14 years, 8 months ago) by michael
File length: 579938 byte(s)
Diff to previous 942
- fixed some configure mess and imported latest libtool sources

Revision 942 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 02:48:32 2009 UTC (14 years, 8 months ago) by michael
File length: 823122 byte(s)
Diff to previous 941
- fixed configure not checking for existence of several functions due to misuse of AC_CHECK_FUNCS_ONCE


Revision 941 - (view) (annotate) - [select for diffs]
Modified Sat May 2 02:02:59 2009 UTC (14 years, 10 months ago) by db
File length: 823221 byte(s)
Diff to previous 925
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


Revision 925 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 20:59:02 2007 UTC (16 years, 4 months ago) by michael
File length: 792941 byte(s)
Diff to previous 924
- add back --enable-small-net

Revision 924 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 20:31:07 2007 UTC (16 years, 4 months ago) by michael
File length: 794591 byte(s)
Diff to previous 923
- Added back --enable-assert

Revision 923 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:15:27 2007 UTC (16 years, 4 months ago) by michael
File length: 794388 byte(s)
Diff to previous 922
- fixed compile with compressed links

Revision 922 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 16:27:49 2007 UTC (16 years, 4 months ago) by michael
File length: 792976 byte(s)
Diff to previous 915
- Add tools/Makefile.am

Revision 915 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 23:42:08 2007 UTC (16 years, 4 months ago) by michael
File length: 792892 byte(s)
Diff to previous 914
- Added template for HAVE_LIBCRYPTO to make atoheader shut up

Revision 914 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 23:40:08 2007 UTC (16 years, 4 months ago) by michael
File length: 792889 byte(s)
Diff to previous 912
- Autotoolized contrib/ and made it compile cleanly

Revision 912 - (view) (annotate) - [select for diffs]
Added Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
File length: 793445 byte(s)
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

(Current path doesn't exist after revision 1027)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a