summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2017-04-14Fix compiler version parsing on GCC 7.Peter Powell
2017-03-20Fix some compiler warnings.Peter Powell
2016-12-26Use clock_gettime() on macOS 10.12.Peter Powell
2016-11-08Workaround modern Perls not adding . to @INC.Peter Powell
2016-06-27GCC should never assume that this can not be null.Peter Powell
2015-07-21Switch <stdint.h> test to use a test file too.Peter Powell
2015-07-21Switch strlcpy test to use a test file too.Peter Powell
2015-07-21Fix checking whether kqueue is available.Peter Powell
2015-06-15Merge pull request #1061 from SaberUK/insp20+fix-fbsdAttila Molnar
2015-06-14Fix mistakenly using Clang instead of GCC on older FreeBSD versions.Peter Powell
2015-06-14Fix system-wide installation of the data and log directories.Peter Powell
2015-05-12Fix configure overwriting the cache settings on startup.Peter Powell
2015-02-12Fix erroneous error messages in configure.Peter Powell
2015-01-11Don't load Data::Dumper in the configure script.Peter Powell
2014-10-24Use clang++ on FreeBSD 10 instead of g++.Peter Powell
2014-08-19Fix pkg-config not being used for OpenSSL on non-FreeBSD systems.Peter Powell
2014-04-04Fix typos and update text in the configure scriptAttila Molnar
2013-06-05Report the full GnuTLS version in configureattilamolnar
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
2009-10-13Change to new execution directory structuredanieldg
2009-09-30Remove include/inspircd_se_config.h and socketengine-specific headersdanieldg
2009-09-28Add directory change to unit-cc, to fix the immensely stupid BSD make behavio...danieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-17Update make help, configure, and fix build of empty m_* directoriesdanieldg
2009-09-17Remove .*.d dependency garbage, and use a dedicated build directorydanieldg
2009-09-15Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwindanieldg