ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/configure.ac
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: 8810 byte(s)
Diff to previous 1010
- 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
File length: 8051 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: 8386 byte(s)
Diff to previous 998
- 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, 6 months ago) by michael
File length: 7890 byte(s)
Diff to previous 982
- 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
File length: 7650 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: 7714 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: 7747 byte(s)
Diff to previous 955
- 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, 7 months ago) by michael
File length: 7822 byte(s)
Diff to previous 953
- 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, 7 months ago) by michael
File length: 7737 byte(s)
Diff to previous 945
- 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
File length: 7716 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: 7843 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: 7933 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: 7774 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: 6773 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: 6663 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: 5811 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: 5800 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: 5748 byte(s)
Diff to previous 912
- 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
File length: 5788 byte(s)
Diff to previous 908
- 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
File length: 3512 byte(s)
Diff to previous 902
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
File length: 32847 byte(s)
Diff to previous 897
- 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
File length: 32820 byte(s)
Diff to previous 875
- 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, 4 months ago) by michael
File length: 32206 byte(s)
Diff to previous 715
- 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
File length: 32210 byte(s)
Diff to previous 685
- 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
File length: 32209 byte(s)
Diff to previous 251
- 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
File length: 32207 byte(s)
Diff to previous 166
- 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
File length: 32223 byte(s)
Diff to previous 34
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
File length: 32209 byte(s)
Diff to previous 33
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
- 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
- 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
- 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)
- 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 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