aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Use the preprocessor to detect whether hash_map is available.Gravatar Peter Powell2013-01-281-9/+0
|
* Fix OpenSSL detection on distributions which modify the version number.Gravatar Peter Powell2013-01-221-1/+1
|
* unhook --uid from --system in configure scriptGravatar Steven Van Acker2012-11-151-3/+3
| | | | | | | Specifying --uid allows the ircd to run as a specific user, while --system fixes the install directories to be spread all over the system. Specifying --uid shouldn't imply --system. This fix allows a uid to be set while not interfering with --prefix
* Temporary fix for HASHMAP_DEPRECATED on clang.Gravatar Peter Powell2012-11-071-0/+2
|
* Fix configure system loading cache file too late.Gravatar Peter Powell2012-10-261-1/+2
|
* Replace hardcoded paths with configurable onesGravatar ChrisTX2012-10-041-3/+23
| | | | | | | | | | This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario. Changes in detail: configure: Add the options --log-path and --data-path m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be changed using the configuration files.
* Don't hard code the branch version.Gravatar Peter Powell2012-07-271-0/+6
|
* Don't hardcode conf/inspircd.conf as the config file, allow the configure ↵Gravatar attilamolnar2012-07-211-0/+1
| | | | | | script to override it (configure asked for the path but the ircd used the hardcoded path regardless) Fixes #264 reported by @ampt
* GnuTLS requires pkg-config as well.Gravatar Peter Powell2012-07-051-2/+2
|
* Headers: update remaining scripts tooGravatar Robby-2012-04-201-8/+22
|
* Use `xcrun clang++` on OS X as the compilerGravatar Kyle Fuller2012-03-221-1/+1
|
* Typo fixes.Gravatar Peter Powell2012-03-211-1/+1
|
* Switch configure script to use clang on OS X as Apple no longer maintain ↵Gravatar Peter Powell2012-03-211-2/+10
| | | | their fork of GCC.
* Add gettimeofday() fallback for systems without clock_gettimeGravatar Daniel De Graaf2010-09-081-0/+3
|
* Remove references to svn from configureGravatar Daniel De Graaf2010-03-251-80/+0
|
* Clean up the Makefile a bit, add DESTDIRGravatar danieldg2010-03-111-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12620 e03df62e-2008-0410-955e-edbf42e46eb7
* Enable POSIX extra modules in UNIX configureGravatar danieldg2010-03-071-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7
* Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ↵Gravatar danieldg2010-02-231-11/+0
| | | | | | specified git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7
* Improve support for NetBSDGravatar danieldg2010-02-121-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7
* Make a ./configure --system to support system-wide installation of inspircdGravatar danieldg2010-01-171-38/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12275 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove launchd references (incomplete pieces of a system-wide installation ↵Gravatar danieldg2010-01-141-2/+0
| | | | | | setup) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12251 e03df62e-2008-0410-955e-edbf42e46eb7
* ...because every now and again, i have to do a massive commit.Gravatar brain2010-01-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix makefile remake target to work in BSD make and avoid looping when ↵Gravatar danieldg2010-01-041-2/+5
| | | | | | .config.cache is updated git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12242 e03df62e-2008-0410-955e-edbf42e46eb7
* Ask before running modulemanager updateGravatar danieldg2009-10-301-3/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11983 e03df62e-2008-0410-955e-edbf42e46eb7
* Move ugly .*.inc files into make/template/ where they can be more easily foundGravatar danieldg2009-10-201-59/+51
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to new execution directory structureGravatar danieldg2009-10-131-6/+3
| | | | | | | | Don't change CWD into bin/ Remove path-resolution hacks from configuration Store pidfile and xline DBs in data, logs in logs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11866 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove include/inspircd_se_config.h and socketengine-specific headersGravatar danieldg2009-09-301-13/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7
* Add directory change to unit-cc, to fix the immensely stupid BSD make ↵Gravatar danieldg2009-09-281-1/+1
| | | | | | behavior of changing directories git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11772 e03df62e-2008-0410-955e-edbf42e46eb7
* Move configuration filename specification to start script, to reduce ↵Gravatar danieldg2009-09-241-1/+0
| | | | | | hardcoded paths in executable git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11759 e03df62e-2008-0410-955e-edbf42e46eb7
* Update make help, configure, and fix build of empty m_* directoriesGravatar danieldg2009-09-171-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11739 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove .*.d dependency garbage, and use a dedicated build directoryGravatar danieldg2009-09-171-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11738 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwinGravatar danieldg2009-09-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11729 e03df62e-2008-0410-955e-edbf42e46eb7
* Change cmd_*.so to use the Module object APIGravatar danieldg2009-09-031-9/+1
| | | | | | | | | | | | | | Create Module* objects for each command, and load them like modules. This unifies the external API for modules. Library directory is now deprecated: all modules are located in a single module directory. Header files for each command are no longer needed; remove. This also fixes two potential segfaults in m_spanningtree. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11668 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix some ICC-found warnings and remove unused #defineGravatar danieldg2009-09-021-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11639 e03df62e-2008-0410-955e-edbf42e46eb7
* Put back missing semicolonGravatar brain2009-09-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11588 e03df62e-2008-0410-955e-edbf42e46eb7
* Clarify FreeBSD 4 message a bit moreGravatar danieldg2009-09-011-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11586 e03df62e-2008-0410-955e-edbf42e46eb7
* Make the FreeBSD 4 message usefulGravatar danieldg2009-09-011-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11584 e03df62e-2008-0410-955e-edbf42e46eb7
* Enable IPv6 support by defaultGravatar danieldg2009-09-011-6/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11573 e03df62e-2008-0410-955e-edbf42e46eb7
* Strip SUPPORT_IP6LINKS #defineGravatar danieldg2009-09-011-27/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7
* Run a dependency check on modules so missing dependencies are detected ↵Gravatar danieldg2009-09-011-0/+10
| | | | | | during configure git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11566 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix MAKEPROG configure warningGravatar danieldg2009-09-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11565 e03df62e-2008-0410-955e-edbf42e46eb7
* Move compiler flag selection from configure to Makefile; add support for ↵Gravatar danieldg2009-09-011-96/+9
| | | | | | Intel C++ Compiler. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11564 e03df62e-2008-0410-955e-edbf42e46eb7
* Move VERSION/REVISION to their own header to avoid needless rebuilds on updateGravatar danieldg2009-09-011-4/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11561 e03df62e-2008-0410-955e-edbf42e46eb7
* ./configure fixes: -modupdate is no longer needed, -update no longer forces ↵Gravatar danieldg2009-09-011-131/+28
| | | | | | a full rebuild git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11560 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix install of module .so filesGravatar danieldg2009-09-011-100/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11558 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix build of m_spanningtree and display of dependency regenerationGravatar danieldg2009-09-011-278/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7
* Move dependency tracking from ./configure to MakefileGravatar danieldg2009-09-011-56/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11556 e03df62e-2008-0410-955e-edbf42e46eb7
* Add contents of LDFLAGS in addition to CXXFLAGSGravatar danieldg2009-08-211-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11536 e03df62e-2008-0410-955e-edbf42e46eb7
* Run modulemanager upgrade to check for updates to third party (and extras) ↵Gravatar w00t2009-08-141-0/+3
| | | | | | modules on reconfigure. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11515 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix non-interactive configure asking SSL certificate generation question, ↵Gravatar danieldg2009-08-041-1/+1
| | | | | | patch from satmd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11481 e03df62e-2008-0410-955e-edbf42e46eb7