CVS log for unreal/Attic/configure.ac

[BACK] Up to [Local] / unreal

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: unreal3_2_fixes


Revision 1.1.2.16: download - view: text, markup, annotated - select for diffs
Fri Dec 24 02:29:53 2010 UTC (16 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.15: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.15: +11 -9 lines
- Fix bundled TRE compilation error on OpenBSD with pkg-config-0.21
  where pkg-config can't find 'tre.pc'. Reported by CuleX. (#3982)
  Also properly escape the sed expression used in the pkg-config call.

Revision 1.1.2.15: download - view: text, markup, annotated - select for diffs
Tue Dec 21 04:53:02 2010 UTC (16 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.14: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.14: +1 -0 lines
- Fix missing #include <stdint.h>. Fixes compile error on OpenBSD
  reported by CuleX (#3977).

Revision 1.1.2.14: download - view: text, markup, annotated - select for diffs
Sun Dec 19 16:38:07 2010 UTC (16 months, 3 weeks ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.13: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.13: +5 -1 lines
- Fixed bug with curl not finding libcares, reported by katslaw.
- Added workaround for 'curl-config' depending on 'bc'.

Revision 1.1.2.13: download - view: text, markup, annotated - select for diffs
Thu Aug 19 00:58:24 2010 UTC (20 months, 4 weeks ago) by binki
Branches: unreal3_2_fixes
CVS tags: unreal3_2_9rc1
Diff to: previous 1.1.2.12: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.12: +4 -1 lines
- Prepend a `0' to the begining of --with-permission, working around a Mac OS X bug and hiding the fact that chmod()'s params are octal from users. (#3189)

Revision 1.1.2.12: download - view: text, markup, annotated - select for diffs
Mon Aug 16 02:29:34 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.11: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.11: +6 -1 lines
- Install ircdcron scripts. (#2620)
- Autogenerate ircdcron/ircd.cron based on ./configure settings.

Revision 1.1.2.11: download - view: text, markup, annotated - select for diffs
Mon Aug 16 02:09:49 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.10: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.10: +8 -3 lines
- Upgrade to tre-0.8.0, adding hack similar to the one for c-ares to ensure that the bundled tre is compiled against even when a system libtre is installed. (#3916)

Revision 1.1.2.10: download - view: text, markup, annotated - select for diffs
Wed Aug 11 03:53:46 2010 UTC (21 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.9: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.9: +2 -2 lines
- Remove extras/c-ares before each time c-ares is compiled.

Revision 1.1.2.9: download - view: text, markup, annotated - select for diffs
Fri Aug 6 03:59:57 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.8: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.8: +18 -14 lines
- Force compilation with bundled c-ares to statically link using more sed hackery in configure.ac.

Revision 1.1.2.8: download - view: text, markup, annotated - select for diffs
Wed Aug 4 01:36:11 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.7: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.7: +1 -1 lines
- Upgraded c-ares to 1.7.3. API seems compatible with c-ares-1.6.3. (#3932)

Revision 1.1.2.7: download - view: text, markup, annotated - select for diffs
Tue Aug 3 23:57:44 2010 UTC (21 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.6: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.6: +3 -0 lines
- Fix a few compiler warnings with some double-casting and another const. (#3939)

Revision 1.1.2.6: download - view: text, markup, annotated - select for diffs
Tue Jul 20 16:09:10 2010 UTC (21 months, 3 weeks ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.5: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.5: +6 -8 lines
- Now define _SOLARIS, USE_LIBCURL, and ZIP_LINKS in setup.h instead of the Makefiles. This means better automatic rebuilds if the latter settings change.

Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Sat Jul 17 11:19:48 2010 UTC (22 months ago) by syzop
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.4: +2 -4 lines
Signing of comments, removal of comment, not worth mentioning in Changelog

Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Fri Jul 16 13:14:44 2010 UTC (22 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.3: +1 -1 lines
- Support compiling with a bundled c-ares again, the hacky way. (#3931)

Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Thu Jul 15 21:33:54 2010 UTC (22 months ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.2: +1 -1 lines
- Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Fri Jul 9 15:40:57 2010 UTC (22 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +1 -0 lines
- Attempt to make up for Windows not having mode_t and not complying to POSIX.

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 8 02:51:43 2010 UTC (22 months, 1 week ago) by binki
Branches: unreal3_2_fixes
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +643 -0 lines
- Move configure.ac to the project's root.
- Separate m4 macros into *.m4 files (it is much easier to run aclocal now).
- Remove unused DOMAINNAME macro and --with-hostname= options as the DOMAINNAME macro isn't used anywheres and its use shouldn't be encouraged.
- autogen.sh to bootstrap the buildsystem. We now maintain setup.h with autoheader.
- --disable-blah now does the opposite of --enable-blah. The same for --with-blah and --without-blah. (This makes Gentoo users happier).

Revision 1.1
Thu Jul 8 02:51:43 2010 UTC (22 months, 1 week ago) by binki
Branches: MAIN
CVS tags: HEAD
Branch point for: unreal3_2_fixes
FILE REMOVED
file configure.ac was initially added on branch unreal3_2_fixes.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>