summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2013-08-22Fix a few problemsattilamolnar
2013-08-18Clean up and move various subroutines.Peter Powell
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-04Refactor duplicate test code into a run_test subroutine.Peter Powell
2013-07-29Remove a ton of duplicate and obsolete code from configure.Peter Powell
2013-07-16Use the preprocessor to check for TCP deferring support.Peter Powell
2013-07-07Replace arguments for toggling socketengines with --socketengine.Peter Powell
2013-07-05Expose compiler name to make.Peter Powell
2013-07-05Rename configuration variable to CXX to match everything else.Peter Powell
2013-07-05Correctly detect the compiler version and whether it is acceptable.Peter Powell
2013-07-05Automatically detect the compiler which the user has installed.Peter Powell
2013-07-05Purge --with-cc in favour of the CXX environment variable.Peter Powell
2013-07-04Add IFNEQ Makefile template macro.Peter Powell
2013-07-04Fix some missing newlines in the config header generator.Peter Powell
2013-07-04Fix $ModDep failing to find application-wide include files.Peter Powell
2013-06-06Remove hardcoded MAXBUF constant.Peter Powell
2013-06-06Start to replace MAXBUF with <limits:maxline>.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-06-05Report the full GnuTLS version in configureattilamolnar
2013-06-03Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h...Daniel Vassdal
2013-06-01Remove unused code from configure.Peter Powell
2013-05-16Improve feature detection in configure.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-05Merge inspircd_{config,version}.h into a single header file.Peter Powell
2013-04-02Extract SSL generation to a tool which can be shipped by distros.Peter Powell
2013-01-28Use the preprocessor to detect whether hash_map is available.Peter Powell
2013-01-22Fix OpenSSL detection on distributions which modify the version number.Peter Powell
2012-11-15unhook --uid from --system in configure scriptSteven Van Acker
2012-11-07Temporary fix for HASHMAP_DEPRECATED on clang.Peter Powell
2012-10-26Fix configure system loading cache file too late.Peter Powell
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-07-27Don't hard code the branch version.Peter Powell
2012-07-21Don't hardcode conf/inspircd.conf as the config file, allow the configure scr...attilamolnar
2012-07-05GnuTLS requires pkg-config as well.Peter Powell
2012-04-20Headers: update remaining scripts tooRobby-
2012-03-22Use `xcrun clang++` on OS X as the compilerKyle Fuller
2012-03-21Typo fixes.Peter Powell
2012-03-21Switch configure script to use clang on OS X as Apple no longer maintain thei...Peter Powell
2010-09-08Add gettimeofday() fallback for systems without clock_gettimeDaniel De Graaf
2010-03-25Remove references to svn from configureDaniel De Graaf
2010-03-11Clean up the Makefile a bit, add DESTDIRdanieldg
2010-03-07Enable POSIX extra modules in UNIX configuredanieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-12Improve support for NetBSDdanieldg
2010-01-17Make a ./configure --system to support system-wide installation of inspircddanieldg
2010-01-14Remove launchd references (incomplete pieces of a system-wide installation se...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-04Fix makefile remake target to work in BSD make and avoid looping when .config...danieldg
2009-10-30Ask before running modulemanager updatedanieldg
2009-10-20Move ugly .*.inc files into make/template/ where they can be more easily founddanieldg