ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/configure.ac
Revision 2595 - (view) (annotate) - [select for diffs]
Modified Thu Nov 21 17:24:12 2013 UTC (10 years, 4 months ago) by michael
File length: 9078 byte(s)
Diff to previous 2505 , to selected 1908
- Add -fno-strict-aliasing to CFLAGS if possible

Revision 2505 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 15:07:19 2013 UTC (10 years, 5 months ago) by michael
File length: 9029 byte(s)
Diff to previous 2418 , to selected 1908
- Cleanup build system

Revision 2418 - (view) (annotate) - [select for diffs]
Modified Mon Jul 22 22:26:59 2013 UTC (10 years, 8 months ago) by michael
File length: 11903 byte(s)
Diff to previous 2407 , to selected 1908
- ioengine changes as of 23JUL13

Revision 2407 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 20:29:02 2013 UTC (10 years, 8 months ago) by michael
File length: 10957 byte(s)
Diff to previous 2383 , to selected 1908
- ioengine changes as of 17JUL13

Revision 2383 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 17:05:28 2013 UTC (10 years, 8 months ago) by michael
File length: 10978 byte(s)
Diff to previous 2381 , to selected 1908
- Add new configure test for epoll(), poll(), kqueue() and /dev/poll. This
  mixture basically stolen from libevent and ircu

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:22:05 2013 UTC (10 years, 8 months ago) by michael
File length: 7704 byte(s)
Diff to previous 2347 , to selected 1908
- Add NEWIO branch

Revision 2347 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 19:09:32 2013 UTC (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 7704 byte(s)
Diff to previous 2334 , to selected 1908
- Automake 1.14

Revision 2334 - (view) (annotate) - [select for diffs]
Modified Sun Jun 23 17:32:44 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 7689 byte(s)
Diff to previous 2318 , to selected 1908
- Fixed broken --disable-libgeoip switch

Revision 2318 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 17:47:52 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 7689 byte(s)
Diff to previous 2228 , to selected 1908
- Stole ircu's outbound message queue implementation for later use

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6557 byte(s)
Diff to previous 2030 , to selected 1908
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2030 - (view) (annotate) - [select for diffs]
Modified Tue May 14 18:24:55 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6558 byte(s)
Diff to previous 1964 , to selected 1908
- Update configure

Revision 1964 - (view) (annotate) - [select for diffs]
Modified Wed May 8 14:27:02 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6622 byte(s)
Diff to previous 1921 , to selected 1908
- Tweaked various mempool chunk sizes

Revision 1921 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 14:54:20 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6353 byte(s)
Diff to previous 1908
- Forward-port -r1920 [Dropped PCRE support]

Revision 1908 - (view) (annotate) - [selected]
Modified Sat Apr 27 21:25:11 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6609 byte(s)
Diff to previous 1856
- Increased nickname history length to 32768

Revision 1856 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 19:43:22 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6609 byte(s)
Diff to previous 1837 , to selected 1908
- Added configure test for libGeoIP for later usage

Revision 1837 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6332 byte(s)
Diff to previous 1834 , to selected 1908
- Remove current msg locale implementation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6364 byte(s)
Diff to previous 1832 , to selected 1908
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6332 byte(s)
Diff to previous 1751 , to selected 1908
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6364 byte(s)
Diff to previous 1720 , to selected 1908
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1720 - (view) (annotate) - [select for diffs]
Modified Fri Dec 28 21:06:21 2012 UTC (11 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6402 byte(s)
Diff to previous 1680 , to selected 1908
- automake 1.13

Revision 1680 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 18:06:32 2012 UTC (11 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6404 byte(s)
Diff to previous 1664 , to selected 1908
- bison 2.7 & automake 1.12.6
- Update configure.ac

Revision 1664 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 14:33:47 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6404 byte(s)
Diff to previous 1660 , to selected 1908
- memory.c: removed mem_frob()
- automake 1.12.5

Revision 1660 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 19:35:07 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6435 byte(s)
Diff to previous 1654 , to selected 1908
- Dropped contrib/

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6499 byte(s)
Diff to previous 1592 , to selected 1908
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/configure.ac
File length: 6208 byte(s)
Diff to previous 1540 , to selected 1908
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1540 - (view) (annotate) - [select for diffs]
Modified Sat Sep 29 20:03:55 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 6208 byte(s)
Diff to previous 1523 , to selected 1908
- Preparing for 8.0.0 release

Revision 1523 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 11:11:52 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 6211 byte(s)
Diff to previous 1521 , to selected 1908
- configure.ac: fixed syntax error
- example.conf: mention that the DH prime size must be at least 1024 bits

Revision 1521 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 10:41:35 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 6213 byte(s)
Diff to previous 1517 , to selected 1908
- removed --enable-small-net configure option
- removed unused TOPIC_HEAP_SIZE definition
- decrease DNS_HEAP_SIZE as well as AUTH_HEAP_SIZE

Revision 1517 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 15:11:32 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7156 byte(s)
Diff to previous 1504 , to selected 1908
- Update configure for the release candidate

Revision 1504 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 18:03:00 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7158 byte(s)
Diff to previous 1494 , to selected 1908
- automake 1.12.3

Revision 1494 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 16:22:42 2012 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7158 byte(s)
Diff to previous 1462 , to selected 1908
- Update configure.ac to reflect beta3 release

Revision 1462 - (view) (annotate) - [select for diffs]
Modified Fri Jul 13 19:27:24 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7158 byte(s)
Diff to previous 1456 , to selected 1908
- automake 1.12.2

Revision 1456 - (view) (annotate) - [select for diffs]
Modified Mon Jul 2 18:21:40 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7158 byte(s)
Diff to previous 1454 , to selected 1908
- configure.ac: fixed OpenSSL detection for systems that use static
  ssl/crypto libraries

Revision 1454 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 13:58:54 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7158 byte(s)
Diff to previous 1452 , to selected 1908
- Update configure.ac

Revision 1452 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 11:33:21 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7156 byte(s)
Diff to previous 1402 , to selected 1908
- Update configure in preparation for beta2

Revision 1402 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7156 byte(s)
Diff to previous 1373 , to selected 1908
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required

Revision 1373 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 07:32:34 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7176 byte(s)
Diff to previous 1358 , to selected 1908
- autoconf 2.69 & automake 1.12

Revision 1358 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 13:49:23 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7178 byte(s)
Diff to previous 1349 , to selected 1908
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384

Revision 1349 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 18:45:51 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7178 byte(s)
Diff to previous 1348 , to selected 1908
- cleanup pcre library test

Revision 1348 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 17:04:22 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7488 byte(s)
Diff to previous 1338 , to selected 1908
- remove link.h from header checks

Revision 1338 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 11:05:48 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7518 byte(s)
Diff to previous 1329 , to selected 1908
- automake 1.11.4

Revision 1329 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:02:12 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 7518 byte(s)
Diff to previous 1310 , to selected 1908
- Remove unused configure tests
- Fixed compile warning in conf_parser.c

Revision 1310 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 15:45:02 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8024 byte(s)
Diff to previous 1304 , to selected 1908
- move example configuration files to doc/ folder

Revision 1304 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 12:03:56 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8056 byte(s)
Diff to previous 1302 , to selected 1908
- servlink is gone; cleanup and sanitize openssl detection tests

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8356 byte(s)
Diff to previous 1292 , to selected 1908
- remove servlink in preparation for tls links/compression

Revision 1292 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:36:27 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8863 byte(s)
Diff to previous 1245 , to selected 1908
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem

Revision 1245 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 14:58:29 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8903 byte(s)
Diff to previous 1156 , to selected 1908
- Update configure
- Update NEWS

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/configure.ac
File length: 8902 byte(s)
Diff to previous 1155 , to selected 1908
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/configure.ac
File length: 8902 byte(s)
Diff to previous 1131 , to selected 1908
- recreate "trunk"

Revision 1131 - (view) (annotate) - [select for diffs]
Modified Fri Apr 8 16:56:32 2011 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8902 byte(s)
Diff to previous 1111 , to selected 1908
- we are finally 7.3-STABLE

Revision 1111 - (view) (annotate) - [select for diffs]
Modified Fri Nov 26 20:01:41 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8904 byte(s)
Diff to previous 1107 , to selected 1908
- Add back socketpair configure test which got lost for some reason.
  Cryptlinks should be working again.

Revision 1107 - (view) (annotate) - [select for diffs]
Modified Tue Nov 2 15:19:41 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8870 byte(s)
Diff to previous 1106 , to selected 1908
- thou shall not forget the half while being on crack

Revision 1106 - (view) (annotate) - [select for diffs]
Modified Tue Nov 2 15:10:53 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8870 byte(s)
Diff to previous 1095 , to selected 1908
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

Revision 1095 - (view) (annotate) - [select for diffs]
Modified Mon Aug 2 20:14:21 2010 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8869 byte(s)
Diff to previous 1092 , to selected 1908
- autoconf 2.67

Revision 1092 - (view) (annotate) - [select for diffs]
Modified Thu Mar 25 11:10:59 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8869 byte(s)
Diff to previous 1090 , to selected 1908
- Switch libltdl to recursive build mode

Revision 1090 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 22:37:53 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8827 byte(s)
Diff to previous 1084 , to selected 1908
- minor libtool fixups

Revision 1084 - (view) (annotate) - [select for diffs]
Modified Sat Mar 13 23:24:10 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8812 byte(s)
Diff to previous 1068 , to selected 1908
- libtoolize

Revision 1068 - (view) (annotate) - [select for diffs]
Modified Tue Feb 16 23:01:26 2010 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8782 byte(s)
Diff to previous 1053 , to selected 1908
- Stop substitution of example configuration files on 'configure'

Revision 1053 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 08:49:16 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8878 byte(s)
Diff to previous 1043 , to selected 1908
- Add back --silent switch to LIBTOOL flags for releases

Revision 1043 - (view) (annotate) - [select for diffs]
Modified Thu Dec 10 13:05:19 2009 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8838 byte(s)
Diff to previous 1039 , to selected 1908
- automake 1.11.1

Revision 1039 - (view) (annotate) - [select for diffs]
Modified Sat Dec 5 23:19:44 2009 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8836 byte(s)
Diff to previous 1029 , to selected 1908
- bump version to 7.3-rc1

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/configure.ac
File length: 8810 byte(s)
Diff to previous 1028 , to selected 1908
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/configure.ac
File length: 8810 byte(s)
Diff to previous 1015 , to selected 1908
- move ircd-hybrid-7.2 to trunk

Revision 1015 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 8810 byte(s)
Diff to previous 1010 , to selected 1908
- 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 1010 - (view) (annotate) - [select for diffs]
Modified Thu Sep 17 17:06:11 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 8051 byte(s)
Diff to previous 1009 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 8386 byte(s)
Diff to previous 998 , to selected 1908
- add configure test for pcre lib and remove pcre sources from the tree

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7890 byte(s)
Diff to previous 982 , to selected 1908
- 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 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7650 byte(s)
Diff to previous 978 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7714 byte(s)
Diff to previous 977 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7747 byte(s)
Diff to previous 955 , to selected 1908
- removed last traces of crypt.c
- add disable-static to libtools options

Revision 955 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 00:27:20 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7822 byte(s)
Diff to previous 953 , to selected 1908
- configure.ac: replaced obsolete AC_HELP_STRING with AS_HELP_STRING

Revision 953 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 21:22:42 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7737 byte(s)
Diff to previous 945 , to selected 1908
- propset keywords

Revision 945 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 15:48:27 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7716 byte(s)
Diff to previous 942 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7843 byte(s)
Diff to previous 941 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7933 byte(s)
Diff to previous 925 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 7774 byte(s)
Diff to previous 924 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 6773 byte(s)
Diff to previous 923 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 6663 byte(s)
Diff to previous 922 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 5811 byte(s)
Diff to previous 915 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 5800 byte(s)
Diff to previous 914 , to selected 1908
- 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
Original Path: ircd-hybrid-7.2/configure.ac
File length: 5748 byte(s)
Diff to previous 912 , to selected 1908
- Autotoolized contrib/ and made it compile cleanly

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 5788 byte(s)
Diff to previous 908 , to selected 1908
- 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

Revision 908 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (16 years, 4 months ago) by stu
Original Path: ircd-hybrid-7.2/configure.ac
File length: 3512 byte(s)
Diff to previous 902 , to selected 1908
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
Revision 902 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 14:00:06 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32847 byte(s)
Diff to previous 897 , to selected 1908
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac

Revision 897 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32820 byte(s)
Diff to previous 875 , to selected 1908
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


Revision 875 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 11:40:09 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32206 byte(s)
Diff to previous 715 , to selected 1908
- Fix some compile warnings with gcc 4.2.2
- Update configure.ac

Revision 715 - (view) (annotate) - [select for diffs]
Modified Fri Jul 14 21:01:55 2006 UTC (17 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32210 byte(s)
Diff to previous 685 , to selected 1908
- Rebuilt configure using autoconf 2.60

Revision 685 - (view) (annotate) - [select for diffs]
Modified Fri Jun 16 12:22:31 2006 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32209 byte(s)
Diff to previous 251 , to selected 1908
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in configure.ac and doxygen.conf

Revision 251 - (view) (annotate) - [select for diffs]
Modified Fri Nov 11 12:36:59 2005 UTC (18 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32207 byte(s)
Diff to previous 166 , to selected 1908
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1

Revision 166 - (view) (annotate) - [select for diffs]
Modified Fri Oct 21 04:20:48 2005 UTC (18 years, 5 months ago) by db
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32223 byte(s)
Diff to previous 34 , to selected 1908
Backported from HEAD

- committed configure changes by nenolod (William Pitcock)
  to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list


Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/configure.ac
File length: 32209 byte(s)
Diff to previous 33 , to selected 1908
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/configure.ac
File length: 32209 byte(s)
Diff to previous 32 , to selected 1908
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/configure.ac
File length: 32209 byte(s)
Diff to previous 31 , to selected 1908
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/configure.ac
File length: 32209 byte(s)
Diff to previous 30 , to selected 1908
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/configure.ac
File length: 32311 byte(s)
Diff to selected 1908
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 9091)

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