summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* Merge makebuildenv.pl and makeparcels.pl, write monolithic Makefiles.Chris Wilson2016-08-28
* Fix path to makedocumentation.pl, which has just movedChris Wilson2015-12-14
* Use autoconf standard mechanism to configure qdbm subdirectory.Chris Wilson2014-12-26
* Move GNU autoconf tools into infrastructure directory.Chris Wilson2014-12-26
* Pass --host and --build options to qdbm configure script as well.Chris Wilson2014-12-26
* Disable automatic backups in the temploc configuration, and enable theChris Wilson2012-02-01
* Move Box Backup's custom tests into own file, to share with Boxi.Chris Wilson2011-09-25
* Define PACKAGE_TARNAME variable in autoconf, change doc install location from...James O'Gorman2011-05-02
* Finally unbreak build on Solaris!James O'Gorman2011-05-02
* Unbreak Solaris build: skip checking for -rdynamic with gcc as it's broken bu...James O'Gorman2011-05-01
* Check for ftruncate() function, not present on MSVC.Chris Wilson2011-03-27
* Detect whether we have sys/file.h and don't include it if not, fixes MSVC com...Chris Wilson2011-03-27
* Fix build on solaris/gcc by checking whether -rdynamic is supported or not.Chris Wilson2011-02-27
* Fix backtrace by linking to libexecinfo when execinfo.h is found.James O'Gorman2011-02-19
* Log more useful information when makebuildenv.pl fails.Chris Wilson2011-01-08
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
* Check for rl_filename_completion_function, because it's just calledChris Wilson2010-09-29
* Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,Chris Wilson2010-09-13
* Fix demangled logging of backtraces on OSX by using dladdr to get functionChris Wilson2010-08-31
* Log which features are enabled in a file for future reference during Chris Wilson2010-08-28
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
* Don't echo twice before configuring sub-project.Chris Wilson2010-02-22
* Pass target to sub-configure as well, for mingw, as boxi does to box Chris Wilson2010-02-18
* Configure subdirectories specified in modules.txt.Chris Wilson2010-02-18
* Hopefully fix another autoconf problem caused by attempt to supportChris Wilson2009-04-04
* Remove unused check for unaligned accesses, fails on cross-compiling.Chris Wilson2009-03-31
* * Add OS X plists to the distributionJames O'Gorman2008-11-23
* Autoconfify the OS X plist filesJames O'Gorman2008-11-22
* Use $PERL instead of perl in configure.acJames O'Gorman2008-10-27
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
* Add @build_dir@ as a substituted variable in autoconf script.Chris Wilson2008-10-08
* Yet more backslashes required :(Chris Wilson2008-10-05
* Really fix sed expression.Chris Wilson2008-10-05
* Add missing closing quote to path substitution for parcel path.Chris Wilson2008-10-05
* Parcel path must have backslashes replaced with forward slashes forChris Wilson2008-10-05
* Substitute parcel directory and Box version into InstallJammer configChris Wilson2008-10-05
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
* s/(bbdev.)?fluffy.co.uk/boxbackup.org/James O'Gorman2008-09-16
* Fix cross-compiling checks for ar, ranlib and windres.Chris Wilson2008-09-13
* Check for waitpid() function in configure.Chris Wilson2008-08-10
* Remove -rdynamic flag from mingw gcc which doesn't support it.Chris Wilson2008-07-26
* Check for cxxabi.h (C++ name demangling for stack traces on libstdc++)Chris Wilson2008-05-28
* Add new bbackupd config files for bbackupd test.Chris Wilson2008-05-28
* PCRE 7.x requires us to #define PCRE_STATIC to get the right symbolChris Wilson2008-04-05
* Make autoconf check for zlib.h and fail if we don't have it, merges Chris Wilson2008-04-04
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25
* Woops, forgot to substitute sbindir_expanded.James O'Gorman2008-02-28
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27