ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.am
Revision 10033 - (view) (annotate) - [select for diffs]
Modified Sun May 15 10:11:36 2022 UTC (4 years, 2 months ago) by michael
File length: 2681 byte(s)
Diff to previous 9749 , to selected 1793
- Drop support for /dev/poll

Revision 9749 - (view) (annotate) - [select for diffs]
Modified Sun Nov 29 16:51:27 2020 UTC (5 years, 7 months ago) by michael
File length: 2716 byte(s)
Diff to previous 9460 , to selected 1793
- Replace WATCH with IRCv3.2 MONITOR

Revision 9460 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 19:55:52 2020 UTC (6 years ago) by michael
File length: 2716 byte(s)
Diff to previous 9291 , to selected 1793
- Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite

Revision 9291 - (view) (annotate) - [select for diffs]
Modified Sun Feb 23 10:33:32 2020 UTC (6 years, 5 months ago) by michael
File length: 2681 byte(s)
Diff to previous 9266 , to selected 1793
- Extban $n of type 'acting' has been implemented. This extban prevents matching users from changing their
  nick while in the channel. Users with voice or above are not affected.
- Channel mode +N has been changed so channel members with +v can change nick names, too

Revision 9266 - (view) (annotate) - [select for diffs]
Modified Wed Feb 12 16:55:29 2020 UTC (6 years, 5 months ago) by michael
File length: 2646 byte(s)
Diff to previous 9233 , to selected 1793
- Move channel invitation related functions to channel_invite.c

Revision 9233 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 17:31:08 2020 UTC (6 years, 5 months ago) by michael
File length: 2611 byte(s)
Diff to previous 9167 , to selected 1793
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9167 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 19:08:06 2020 UTC (6 years, 6 months ago) by michael
File length: 2257 byte(s)
Diff to previous 8728 , to selected 1793
- Implemented experimental support for wolfSSL. Minimum supported version is 4.3.0

Revision 8728 - (view) (annotate) - [select for diffs]
Modified Sat Dec 15 12:54:47 2018 UTC (7 years, 7 months ago) by michael
File length: 2222 byte(s)
Diff to previous 8623 , to selected 1793
- Get rid of version.c

Revision 8623 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 18:34:58 2018 UTC (7 years, 8 months ago) by michael
File length: 2257 byte(s)
Diff to previous 8495 , to selected 1793
- Makefile.am: add patricia.c to ircd_SOURCES

Revision 8495 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 12:40:05 2018 UTC (8 years, 3 months ago) by michael
File length: 2222 byte(s)
Diff to previous 8483 , to selected 1793
- Killed userhost.c. Rewrote everything to use ipcache.c

Revision 8483 - (view) (annotate) - [select for diffs]
Modified Wed Apr 4 15:07:19 2018 UTC (8 years, 3 months ago) by michael
File length: 2257 byte(s)
Diff to previous 8384 , to selected 1793
- Move svstag related code into its own files

Revision 8384 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 20:06:38 2018 UTC (8 years, 4 months ago) by michael
File length: 2222 byte(s)
Diff to previous 8165 , to selected 1793
- Rip out mempool

Revision 8165 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 16:08:02 2017 UTC (9 years, 3 months ago) by michael
File length: 2257 byte(s)
Diff to previous 7667 , to selected 1793
- Move all CAPAB related code to server_capab.c, and server_capab.h

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (10 years ago) by michael
File length: 2222 byte(s)
Diff to previous 7303 , to selected 1793
- Fixed svn properties

Revision 7303 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 10:34:25 2016 UTC (10 years, 5 months ago) by michael
File length: 2222 byte(s)
Diff to previous 7247 , to selected 1793
- Cleanup/separate XLINE / gecos{} conf implementation

Revision 7247 - (view) (annotate) - [select for diffs]
Modified Thu Feb 4 17:19:38 2016 UTC (10 years, 5 months ago) by michael
File length: 2187 byte(s)
Diff to previous 7235 , to selected 1793
- Move service {} block configuration management into its own module

Revision 7235 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:33:03 2016 UTC (10 years, 5 months ago) by michael
File length: 2152 byte(s)
Diff to previous 7208 , to selected 1793
- Move resv.* to conf_resv.*

Revision 7208 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:06:47 2016 UTC (10 years, 5 months ago) by michael
File length: 2152 byte(s)
Diff to previous 7151 , to selected 1793
- Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure.
  This introduces a little bit of code duplication, but increases readability, is less error prone, and
  reduces memory consumption a bit. 

Revision 7151 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 10:22:17 2016 UTC (10 years, 5 months ago) by michael
File length: 2082 byte(s)
Diff to previous 7106 , to selected 1793
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h

Revision 7106 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:17:08 2016 UTC (10 years, 6 months ago) by michael
File length: 2117 byte(s)
Diff to previous 6728 , to selected 1793
- Incorporate gnutls support by Adam & Attila

Revision 6728 - (view) (annotate) - [select for diffs]
Modified Wed Nov 4 15:27:40 2015 UTC (10 years, 8 months ago) by michael
File length: 2012 byte(s)
Diff to previous 6503 , to selected 1793
- Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.

Revision 6503 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 19:54:49 2015 UTC (10 years, 10 months ago) by michael
File length: 2102 byte(s)
Diff to previous 6392 , to selected 1793
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
  Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs

Revision 6392 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 14:57:00 2015 UTC (10 years, 11 months ago) by michael
File length: 2012 byte(s)
Diff to previous 6186 , to selected 1793
- Move userhost related code from hash.c to userhost.c

Revision 6186 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 17:49:10 2015 UTC (11 years, 1 month ago) by michael
File length: 1977 byte(s)
Diff to previous 6160 , to selected 1793
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

Revision 6160 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 10:49:13 2015 UTC (11 years, 1 month ago) by michael
File length: 1942 byte(s)
Diff to previous 5810 , to selected 1793
- Move all SID/UID related code to id.c

Revision 5810 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (11 years, 3 months ago) by michael
File length: 1907 byte(s)
Diff to previous 4533 , to selected 1793
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 4533 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 19:05:56 2014 UTC (11 years, 11 months ago) by michael
File length: 1942 byte(s)
Diff to previous 4334 , to selected 1793
- Implemented pseudo {} blocks (service aliases)

Revision 4334 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 15:53:31 2014 UTC (11 years, 11 months ago) by michael
File length: 1907 byte(s)
Diff to previous 4326 , to selected 1793
- Removed select() support

Revision 4326 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 18:08:53 2014 UTC (11 years, 11 months ago) by michael
File length: 1942 byte(s)
Diff to previous 4143 , to selected 1793
- Moved all ip caching related code to ipcache.c

Revision 4143 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 17:15:01 2014 UTC (12 years ago) by michael
File length: 1907 byte(s)
Diff to previous 3377 , to selected 1793
- Removed hooking system

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (12 years, 3 months ago) by michael
File length: 1942 byte(s)
Diff to previous 3347 , to selected 1793
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1942 byte(s)
Diff to previous 3324 , to selected 1793
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3324 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:18:07 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1942 byte(s)
Diff to previous 3322 , to selected 1793
- Moved s_auth.c to auth.c

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1942 byte(s)
Diff to previous 3321 , to selected 1793
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3321 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:02:56 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1942 byte(s)
Diff to previous 3048 , to selected 1793
- Moved s_gline.c to gline.c

Revision 3048 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 22:30:30 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1942 byte(s)
Diff to previous 2382 , to selected 1793
- ircd binary is now again placed in /bin instead of /sbin

Revision 2382 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:31:07 2013 UTC (13 years ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1943 byte(s)
Diff to previous 2318 , to selected 1793
- Remove msgq, and xsnprintf source files for now

Revision 2318 - (view) (annotate) - [select for diffs]
Modified Fri Jun 21 17:47:52 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 2016 byte(s)
Diff to previous 2159 , to selected 1793
- Stole ircu's outbound message queue implementation for later use

Revision 2159 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 18:22:01 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1943 byte(s)
Diff to previous 2150 , to selected 1793
- Cleanup ISUPPORT code and get rid of message.c

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1834 , to selected 1793
- Implement motd{} configuration blocks based on ircu's implementation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1943 byte(s)
Diff to previous 1832 , to selected 1793
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1908 byte(s)
Diff to previous 1793
- 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 1793 - (view) (annotate) - [selected]
Modified Sun Mar 31 14:06:08 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1943 byte(s)
Diff to previous 1736
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1736 - (view) (annotate) - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1662 , to selected 1793
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1654 , to selected 1793
- Fixed inconsistent svn file properties

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1632 , to selected 1793
- 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 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1622 , to selected 1793
- Initial rewrite of the configuration subsystem

Revision 1622 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1620 , to selected 1793
- klines, dlines, xlines, glines and resv now make use of the new database;
  also, temporary *lines are now stored, so they're not lost after
  restarting the ircd. This also applies to G-lines.

Revision 1620 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 22:54:58 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1592 , to selected 1793
- Added conf_db.c based on ircservice's binary database for later use

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1325 , to selected 1793
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 1978 byte(s)
Diff to previous 1316 , to selected 1793
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1309 , to selected 1793
- Removed 'ssl_server_protocol' configuration directive and
  added 'ssl_client_method' and 'ssl_server_method' instead.

  Both of these options can now be changed at runtime.

- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2013 byte(s)
Diff to previous 1304 , to selected 1793
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1304 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 12:03:56 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2017 byte(s)
Diff to previous 1237 , to selected 1793
- servlink is gone; cleanup and sanitize openssl detection tests

Revision 1237 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 11:32:21 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2024 byte(s)
Diff to previous 1156 , to selected 1793
- move remaining functions in dynlink.c into modules.c

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/Makefile.am
File length: 2059 byte(s)
Diff to previous 1155 , to selected 1793
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid/src/Makefile.am
File length: 2059 byte(s)
Diff to previous 1123 , to selected 1793
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.am
File length: 2059 byte(s)
Diff to previous 1090 , to selected 1793
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1090 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 22:37:53 2010 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.am
File length: 2129 byte(s)
Diff to previous 1029 , to selected 1793
- minor libtool fixups

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/Makefile.am
File length: 2127 byte(s)
Diff to previous 1028 , to selected 1793
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/src/Makefile.am
File length: 2127 byte(s)
Diff to previous 1011 , to selected 1793
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2127 byte(s)
Diff to previous 1009 , to selected 1793
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2162 byte(s)
Diff to previous 1005 , to selected 1793
- 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 (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2253 byte(s)
Diff to previous 982 , to selected 1793
- remove conf_add_d_conf wrapper

Revision 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (16 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2288 byte(s)
Diff to previous 977 , to selected 1793
- added a mersenne twister basedn prng

Revision 977 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 07:33:08 2009 UTC (16 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2253 byte(s)
Diff to previous 946 , to selected 1793
- removed last traces of crypt.c
- add disable-static to libtools options

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (17 years ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2296 byte(s)
Diff to previous 912 , to selected 1793
- move m_error.c to modules/


Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 2331 byte(s)
Diff to previous 908 , to selected 1793
- 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]
Added Sun Nov 4 23:21:51 2007 UTC (18 years, 8 months ago) by stu
Original Path: ircd-hybrid-7.2/src/Makefile.am
File length: 965 byte(s)
Diff to selected 1793
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.

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