source: box/trunk/configure.ac @ 3083

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3075   9 days chris Disable automatic backups in the temploc configuration, and enable the …
(edit) @2999   5 months chris Move Box Backup's custom tests into own file, to share with Boxi.
(edit) @2956   9 months jamesog Define PACKAGE_TARNAME variable in autoconf, change doc install location …
(edit) @2954   9 months jamesog Finally unbreak build on Solaris! * Add code to configure to detect …
(edit) @2952   9 months jamesog Unbreak Solaris build: skip checking for -rdynamic with gcc as it's broken …
(edit) @2891   11 months chris Check for ftruncate() function, not present on MSVC.
(edit) @2890   11 months chris Detect whether we have sys/file.h and don't include it if not, fixes MSVC …
(edit) @2866   12 months chris Fix build on solaris/gcc by checking whether -rdynamic is supported or …
(edit) @2860   12 months jamesog Fix backtrace by linking to libexecinfo when execinfo.h is found.
(edit) @2824   13 months chris Log more useful information when makebuildenv.pl fails. Fix hang waiting …
(edit) @2794   16 months chris Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix …
(edit) @2759   17 months chris Check for rl_filename_completion_function, because it's just called …
(edit) @2735   17 months chris Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed, …
(edit) @2727   18 months chris Fix demangled logging of backtraces on OSX by using dladdr to get function …
(edit) @2719   18 months chris Log which features are enabled in a file for future reference during …
(edit) @2717   18 months chris Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB …
(edit) @2628   2 years chris Don't echo twice before configuring sub-project.
(edit) @2621   2 years chris Pass target to sub-configure as well, for mingw, as boxi does to box …
(edit) @2619   2 years chris Configure subdirectories specified in modules.txt. Detect C compiler as …
(edit) @2495   3 years chris Hopefully fix another autoconf problem caused by attempt to support …
(edit) @2483   3 years chris Remove unused check for unaligned accesses, fails on cross-compiling. …
(edit) @2382   3 years jamesog * Add OS X plists to the distribution * Revert the docs Makefile after …
(edit) @2379   3 years jamesog Autoconfify the OS X plist files
(edit) @2367   3 years jamesog Use $PERL instead of perl in configure.ac
(edit) @2348   3 years chris Use getpeerucred() to identify connecting socket clients on Solaris, and …
(edit) @2339   3 years chris Add @build_dir@ as a substituted variable in autoconf script.
(edit) @2335   3 years chris Yet more backslashes required :(
(edit) @2334   3 years chris Really fix sed expression.
(edit) @2333   3 years chris Add missing closing quote to path substitution for parcel path.
(edit) @2331   3 years chris Parcel path must have backslashes replaced with forward slashes for …
(edit) @2330   3 years chris Substitute parcel directory and Box version into InstallJammer? config file …
(edit) @2327   3 years jamesog Update autoconf to silence warnings on autoconf >= 2.62 * AC_SUBST now …
(edit) @2290   3 years jamesog s/(bbdev.)?fluffy.co.uk/boxbackup.org/
(edit) @2277   3 years chris Fix cross-compiling checks for ar, ranlib and windres.
(edit) @2234   4 years chris Check for waitpid() function in configure.
(edit) @2201   4 years chris Remove -rdynamic flag from mingw gcc which doesn't support it.
(edit) @2167   4 years chris Check for cxxabi.h (C++ name demangling for stack traces on libstdc++)
(edit) @2164   4 years chris Add new bbackupd config files for bbackupd test.
(edit) @2129   4 years chris PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol names, …
(edit) @2128   4 years chris Make autoconf check for zlib.h and fail if we don't have it, merges …
(edit) @2127   4 years chris Undo mangling by tailor
(edit) @2124   4 years chris Tailorization Import of the upstream sources from Repository: …
(edit) @2113   4 years jamesog Correct sysconfdir and localstatedir as they weren't doing what they were …
(edit) @2095   4 years jamesog Woops, forgot to substitute sbindir_expanded.
(edit) @2094   4 years jamesog * Move all commands from bin to sbin on Unix platforms * Update all …
(edit) @2080   4 years chris Add support for nanosecond timestamps in struct stat on Linux.
(edit) @2077   4 years jamesog Fix for sysconfdir and localstatedir options to configure
(edit) @2070   4 years chris Set the default localstatedir to /var/run, which is probably more common …
(edit) @2066   4 years chris Update contributed scripts to use autoconf substitution for the paths to …
(edit) @2061   4 years chris Change the default sysconfdir to /etc. Generate expanded versions of …
(edit) @2054   4 years chris Detect whether struct DIR has d_fd or dd_fd member and define the dirfd() …
(edit) @2048   4 years chris Update version and contact email address in configure.ac.
(edit) @2036   4 years chris Add -Wundef to CXXFLAGS, only if using gcc (sun cc doesn't like it) …
(edit) @2012   4 years chris Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, rather …
(edit) @1998   4 years chris Fix definition of dirfd(x) macro (autoconf doesn't like defining macros …
(edit) @1993   4 years chris Include the header file where dirfd() is supposed to be defined, otherwise …
(edit) @1974   4 years chris Check for optreset (fixes [1930])
(edit) @1866   4 years chris Die if infrastructure/makebuildenv.pl or infrastructure/makeparcels.pl …
(copy) @1843   4 years chris Replace trunk with chris/merge.
copied from box/chris/merge/configure.ac:
(edit) @1771   5 years chris Work around the fact that we may have regex support without having regex.h …
Note: See TracRevisionLog for help on using the revision log.