Log of /eggdrop1.6/aclocal.m4
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.123 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 2 17:34:33 2011 UTC
(9 years, 6 months ago)
by
pseudo
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.122: +1 -42 lines
Diff to
previous 1.122
Removed -mwin32 on Windows. It's no longer necessary and causes problems with Cygwin 1.7.
Revision
1.120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 20 10:50:35 2011 UTC
(9 years, 8 months ago)
by
thommey
Branch:
MAIN
Changes since
1.119: +11 -23 lines
Diff to
previous 1.119
Work around Tcl8.5.10 bug 3371644. Use the autoconf macros AC_LANG_PROGRAM/AC_LANG_SOURCE.
Revision
1.118 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 1 12:10:08 2011 UTC
(10 years ago)
by
pseudo
Branch:
MAIN
Changes since
1.117: +2 -1 lines
Diff to
previous 1.117
Fixed dns.mod on QNX6/Mac OS X/Solaris. Rewrote dns.mod's autoconf checks to detect the resolver library properly on Darwin/Solaris/QNX6.
Backport of the 1.8 patch.
Revision
1.116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 29 15:52:23 2010 UTC
(10 years, 9 months ago)
by
thommey
Branch:
MAIN
Changes since
1.115: +33 -1 lines
Diff to
previous 1.115
Overwrite the Tcl notifier with our own version of it if possible.
Integrate Tcl events and sockets into our own eventloop and socketlist.
Don't fork() before initializing Tcl anymore with overwritten notifier.
Replace max-dcc with a dynamically enlarging array, limited by the new setting max-socks.
Add two configure checks against the Tcl library to check if the notifier can be replaced.
Revision
1.115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 14 18:21:59 2010 UTC
(11 years, 1 month ago)
by
pseudo
Branch:
MAIN
Changes since
1.114: +23 -32 lines
Diff to
previous 1.114
Added a configure option to set the handlen
Added a configure option to enable dns debugging and made it default for make debug.
Removed obsolete check for broken sscanf from configure.
Revision
1.114 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 26 03:12:15 2010 UTC
(11 years, 2 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.113: +8 -79 lines
Diff to
previous 1.113
Added runtime check using Tcl_GetCurrentThread() to autodetect a threaded Tcl library when compiled and linked against Tcl 8.1 and later.
Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS autoconf macros with EGG_TCL_CHECK_GETCURRENTTHREAD.
Revision
1.112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 10 10:56:22 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.111: +0 -4 lines
Diff to
previous 1.111
Removed Solaris RANDMAX autoconf hack.
Added proper preprocessor checks for RANDOM_MAX and RAND_MAX.
Added autoconf tests and preprocessor checks for rand() and lrand48().
Simplified randint macro to make it faster.
Added argument sanity checking for tcl_rand() / Tcl [rand] command.
Added min:max value sanity checking in irc.mod set_delay(). This should match the aop-delay behavior documented in eggdrop.conf now.
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 10 10:06:53 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.110: +25 -25 lines
Diff to
previous 1.110
More minor autoconf changes.
Context and ContextNote should use 'do {} while (0)' instead of '{}'.
Put Context init code into an #ifdef DEBUG_CONTEXT block.
Revision
1.110 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 03:17:25 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.109: +162 -2 lines
Diff to
previous 1.109
Require autoconf 2.60 now.
Added AC_PRESERVE_HELP_ORDER macro to configure.ac
Added new autoconf macros to aclocal.m4 and configure.ac: EGG_DEBUG_ENABLE EGG_DEBUG_DEFAULTS EGG_DEBUG_OPTIONS EGG_DEBUG_CFLAGS EGG_ENABLE_DEBUG_CONTEXT
Added new configure options: --enable-debug --enable-debug-mem --enable-debug-assert --enable-debug-context
Replaced ENABLE_STRIP define with DEBUG
DEBUG_CONTEXT is now defined in config.h instead of eggdrop.h
Refactored DEBUG and DEBUG_CONTEXT conditional code in main.c.
Don't default set unlimited core file size for non-debug builds.
Revision
1.109 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 02:41:42 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.108: +54 -8 lines
Diff to
previous 1.108
Added EGG_APPEND_VAR and EGG_CHECK_ICC autoconf macros to aclocal.m4.
Replaced autoconf 'var="$var <string>"' with EGG_APPEND_VAR macro.
Replaced no_pipe and no_wall variable hacks with a proper test for the Intel C Compiler (icc).
Put '-pipe' in CFLAGS not CC.
Added GPL header to AH_TOP macro in configure.ac for config.h.in.
Removed unused std_args.h header check and HAVE_STD_ARGS_H conditionals.
Revision
1.108 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 01:52:55 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.107: +96 -93 lines
Diff to
previous 1.107
Refactored root Makefile.in variables.
Removed unnecessary '-g' flag from LD variables (-g is ignored).
Renamed DEBCFLAGS to DEBCFLGS
Moved -g3 compiler flag to DEBCFLGS variable.
Removed double quoting "`command`" in autoconf macro tests.
Changed autoconf macro 'test ! foo = bar' tests to 'test foo != bar'. Both are portable but '!=' is now more common in autoconf macros and is easier to read.
Revision
1.107 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 2 07:31:26 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.106: +34 -25 lines
Diff to
previous 1.106
Fixed EGG_PROG_HEAD_1 autoconf macro cache checking. You can't use AC_MSG_RESULT() within AC_CACHE_VAL().
Moved --enable-strip configure check from EGG_PROG_STRIP to it's own macro: EGG_ENABLE_STRIP()
Revision
1.106 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 18 09:42:50 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.105: +42 -35 lines
Diff to
previous 1.105
Fixed broken EGG_TCL_CHECK_HEADER macro Tcl header 'not found' message.
Don't use "${var-x}" in place of "x$var". The use of "x$var" is more portable and standard practice in autoconf macros.
Added AC_CANONICAL_* macros to EGG_OS_VERSION in preparation to move from our old 'uname -s' and 'uname -r' hacks to a canonical triplet.
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 18 06:03:20 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.103: +60 -9 lines
Diff to
previous 1.103
Completely rewrote EGG_TCL_CHECK_THREADS autoconf macro to make --enable-tcl-threads and --disable-tcl-threads threaded Tcl library configure options more robust.
Fixed --enable-tcl-threads configure option so it will enable threaded Tcl library support even if we don't autodetect a threaded Tcl library.
Explicitly offer both --enable-tcl-threads and --disable-tcl-threads configure options that can forcefully enable or disable threaded Tcl library support. Previously either worked but only showing --disable-tcl-threads in --help could be confusing.
Added code to print an explicit message to show if threaded Tcl library support will be enabled or not.
We no longer link against pthread library unless threaded Tcl library support is enabled.
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 16 02:09:58 2005 UTC
(15 years, 8 months ago)
by
wcc
Branch:
MAIN
Changes since
1.97: +2 -1 lines
Diff to
previous 1.97
* dns.mod should work on Mac OS X now. This will get a changelog entry
and stuff once it is a verified fix.
Revision
1.94 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 20 07:10:40 2004 UTC
(16 years, 7 months ago)
by
wcc
Branch:
MAIN
Changes since
1.93: +20 -22 lines
Diff to
previous 1.93
* More releaseprep updates.
* Added $no_pipe checking and fixed $no_wall checking for -Wall and -pipe
checks. The intel C compiler emulates gcc, thus $GCC is set; however, -pipe
has a different meaning in icc, and Eggdrop will not compile. This allows
compilation to continue by doing no_pipe=1 no_wall=1 ./configure.
Revision
1.92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 25 11:17:33 2004 UTC
(16 years, 8 months ago)
by
wcc
Branch:
MAIN
Changes since
1.91: +438 -252 lines
Diff to
previous 1.91
* We now support module loading under Darwin (Mac OS X) and NeXT Step.
* Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version.
* Cleaned up modules.c and the module configure stuff quite a bit.
* Check for -Wall as it's own test (backport 1.9).
* No more eggmod.sh.
* Small fix to a previous patch (removed an unused variable).
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 4 14:07:48 2004 UTC
(16 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.88: +34 -1 lines
Diff to
previous 1.88
- Fixed a compile error related to varargs when using old Tcl versions.
* Found by: Thomas Neumayer - Patch by: Wcc
- Fixed a compile error on systems that don't have socklen_t.
* Found by: Brad Edwards - Patch by: Wcc
-- .cvsignore stuff for autoscan.
Revision
1.88 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 3 14:10:18 2004 UTC
(16 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.87: +2 -2 lines
Diff to
previous 1.87
* Fixed some indenting.
* Make head -n 1, if existant, take precedence over -1 to suppress
warnings on newer versions of head. This will not affect systems
that do not support -n 1.
* Help stuff.
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 18 02:11:39 2004 UTC
(17 years, 2 months ago)
by
wcc
Branch:
MAIN
Changes since
1.83: +22 -23 lines
Diff to
previous 1.83
* More build process/build process documentation updates and portability
stuff.
* Changed trace (back?) to +t as it should be. This is a botnet command
and should be set to 'botnet master' instead of all partyline users.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 13 01:30:25 2004 UTC
(17 years, 3 months ago)
by
wcc
Branch:
MAIN
Changes since
1.81: +11 -3 lines
Diff to
previous 1.81
* Fixes from select_argtypes.
* Doc updates.
* More small build-process fixes.
* More .cvsignore stuff.
Revision
1.81 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 12 07:49:17 2004 UTC
(17 years, 3 months ago)
by
wcc
Branch:
MAIN
Changes since
1.80: +4 -4 lines
Diff to
previous 1.80
* Use AC_FUNC_SELECT_ARGTYPES() macro to fix select() warnings on
several OS's. This is a better solution than the previous "OS_HACKS"
#ifdefs.
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 9 01:36:38 2004 UTC
(17 years, 3 months ago)
by
wcc
Branch:
MAIN
Changes since
1.78: +179 -183 lines
Diff to
previous 1.78
* Fixes/updates for newer autoconf versions. This should fix the
permissions errors.
* Removed --disable-cc-optimization.
Revision
1.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 1 23:26:56 2003 UTC
(17 years, 5 months ago)
by
wcc
Branch:
MAIN
Changes since
1.71: +1 -82 lines
Diff to
previous 1.71
* Remove IPv6 for now. I know we've discussed this on the lists and in
#eggdrop/#eggdev on Undernet, and I think we pretty much agreed (as far
as 'agreeing' goes on eggdev anyway ;p) to ditch this hacked togeather
code and get Ian's code tested and put that in an upcoming release instead.
IPv6 realllyyyyyyy screwed up .15. I'm basically ready to release .16..
can anyone think of anything else that needs to be done? Bugzilla is dead
and i'm not sure if eggdev's up or not, but changes appears to work. The
lists have been down alot lately. Anyway, e-mail me if I forgot any little
pieces, but I don't think I did. -- Wcc
Revision
1.71 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 10 15:16:07 2003 UTC
(17 years, 10 months ago)
by
stdarg
Branch:
MAIN
CVS Tags:
blah,
r1,
test
Changes since
1.70: +2 -1 lines
Diff to
previous 1.70
* Make room for the core file if we're not stripping the files
* When I do cvs diff config.h.in, there's one of those id tags in it.. isn't that wrong?
Revision
1.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 10 04:27:19 2003 UTC
(17 years, 10 months ago)
by
stdarg
Branch:
MAIN
Changes since
1.69: +22 -1 lines
Diff to
previous 1.69
* Removed stripping, added --enable-strip option to configure. Needs testing
since I don't know much about autoconf!
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 7 04:45:10 2003 UTC
(17 years, 11 months ago)
by
wcc
Branch:
MAIN
Changes since
1.66: +30 -7 lines
Diff to
previous 1.66
* Don't compile inet_ntop compatability code unless USE_IPV6 is defined.
* typedef socklen_t to int if non-existant.
Revision
1.65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 5 04:32:24 2003 UTC
(18 years, 1 month ago)
by
wcc
Branch:
MAIN
Changes since
1.64: +1 -59 lines
Diff to
previous 1.64
* Reverted C99 snprintf() stuff for now. This patch needed further testing
before commit. It is creating many header conflicts, etc.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 28 04:01:36 2003 UTC
(18 years, 1 month ago)
by
wcc
Branch:
MAIN
Changes since
1.61: +2 -1 lines
Diff to
previous 1.61
* We should compile on Tru64 UNIX now. The problem was due to snprintf()
and vsnprintf() apparently being in a shared 'compatability' library on
hese systems (from what I could get out of their horrible documentation).
We will now use Eggdrop's snprintf() and vsnprintf() compatablity
functions for OSF1/Tru64/Digital UNIX. Could anyone with access to a Tru64
system please verify that Eggdrop compiles fine on it now?
Reported by Shane.
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 12 19:11:32 2002 UTC
(19 years, 1 month ago)
by
guppy
Branch:
MAIN
CVS Tags:
eggdrop1_6_11,
v2_0
Changes since
1.56: +2 -2 lines
Diff to
previous 1.56
./configure's output was broken when showing the line telling users to either make config or make iconfig because of a comma in the string
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 4 20:12:54 2001 UTC
(19 years, 4 months ago)
by
guppy
Branch:
MAIN
Changes since
1.49: +11 -1 lines
Diff to
previous 1.49
added nakee's patch for --disable-cc-optimize but renamed it to --disable-cc-optimzation -- I also updated the compiling faq to tell people about this option.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 1 07:19:38 2001 UTC
(19 years, 9 months ago)
by
guppy
Branch:
MAIN
Changes since
1.40: +245 -301 lines
Diff to
previous 1.40
tothwolf's lastest aclocal.m4 patch .. lets test this on as many systems as possible until 1.6.5 is released .. any problems, i'll wank it but from what I can see, this is needed to clean up our mess :P~
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 21:32:07 2001 UTC
(19 years, 9 months ago)
by
guppy
Branch:
MAIN
Changes since
1.38: +14 -6 lines
Diff to
previous 1.38
added a fixed up version of Kirben's pthreads patch .. also I forgot an update for his previous cygwin_bind patch
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 04:34:03 2001 UTC
(19 years, 9 months ago)
by
guppy
Branch:
MAIN
Changes since
1.37: +1 -23 lines
Diff to
previous 1.37
I knew I had commit'd aclocal.m4 properly ... having two copies of the libsafe fixes in aclocal.m4 was bad .. hehe here I thought it was my bad coding
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 22 05:49:30 2001 UTC
(19 years, 9 months ago)
by
guppy
Branch:
MAIN
Changes since
1.34: +22 -1 lines
Diff to
previous 1.34
I added my libsafe_hacks patch because I want to get a few people to test it tonight also, I have a patch I'm trying to hack into eggdrop
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 1 19:19:19 2000 UTC
(20 years, 6 months ago)
by
fabian
Branch:
MAIN
Changes since
1.27: +110 -42 lines
Diff to
previous 1.27
fabian: applied SuperS' osfix3 patch. Fixed tcl configuration caching (should have made a seperate patch, but I'm too lazy. Someone please fix me ;)).
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.