]> arthur.barton.de Git - ngircd-alex.git/history - configure.ng
Match list patterns case-insensitive
[ngircd-alex.git] / configure.ng
2014-03-16 Alexander Bartonconfigure[.ng]: <sys/types.h> is a required header...
2014-01-26 Alexander Bartonconfigure: Only link "contrib/Debian" if it exists
2014-01-17 Alexander BartonMerge branch 'no-range-matching' of git://arthur.barton...
2014-01-17 Alexander BartonUse $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's
2014-01-17 Alexander BartonFix configure script and "make check" for TCP Wrappers
2014-01-17 Alexander BartonAdd libwrap at the end of the configure run
2014-01-04 Alexander BartonPartially revert bc098794: don't require autoconf 2.67
2014-01-02 Alexander BartonUpdate configure.ng for autoconf 2.67
2013-12-27 Alexander BartonCheck for working getaddrinfo() function
2013-11-11 Alexander Bartonconfigure: clean up function definitions
2013-11-10 Alexander BartonOnly use unsetenv() when it is available
2013-10-23 Federico G. SchwindtCheck and call arc4random_stir() if present
2013-10-16 Federico G. SchwindtAdd support for arc4random
2013-08-26 Federico G. Schwindtprivate strndup() implementation in case libc does...
2013-08-11 Alexander Bartonconfigure: Don't quote IO backend type(s)
2013-03-24 Alexander BartonMake configure[.ng] compatible with autoconf 1.10 again
2013-02-15 Alexander BartonMerge branch 'bug151-iconv' into master
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-15 Alexander Bartonconfigure: search for iconv_open as well as libiconv_open
2013-02-15 Alexander Bartonconfigure: conversation -> conversion
2013-02-09 Alexander BartonMerge branch 'HelpText'
2013-01-24 Alexander Bartonconfigure: "netinet/in_systm.h" is optional
2013-01-06 Alexander Bartonconfigure: use AS_HELP_STRING for --with-iconv
2013-01-05 Alexander Bartonautogen.sh: Enforce serial test harness on automake...
2013-01-02 Alexander BartonMerge branch 'bug145-ProvideHelp'
2013-01-01 Alexander BartonUse "${docdir}/Commands.txt" as help text file bug145-ProvideHelp
2012-11-10 Alexander BartonRemove Anope "ngircd" protocol module patches
2012-10-11 Alexander BartonSearch gethostbyname() in libbind and libnetwork
2012-10-06 Alexander BartonMerge branch 'bug141-ModesQq'
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-24 Alexander Bartonconfigure: only use AM_PROG_AR when available
2012-09-24 Alexander Bartonconfigure.ng: use AM_PROG_AR to check ar(1) command
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-24 Alexander Bartonconfigure.ng: don't require GIT tree to detect version...
2012-09-23 Alexander BartonChange build system to support new and old GNU automake