summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* 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
| | | | | backup.
* Configure subdirectories specified in modules.txt.Chris Wilson2010-02-18
| | | | | Detect C compiler as well as C++.
* Hopefully fix another autoconf problem caused by attempt to supportChris Wilson2009-04-04
| | | | | cross-compiling.
* Remove unused check for unaligned accesses, fails on cross-compiling.Chris Wilson2009-03-31
| | | | | | Disable large file support when cross-compiling, as the check cannot run in this environment.
* * Add OS X plists to the distributionJames O'Gorman2008-11-23
| | | | | | * Revert the docs Makefile after distribution generation (certain parts are commented out for the distribution) * Reorder generated files in configure.ac so that files are not unnecessarily created executable
* 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
| | | | | | | | and silence warnings that the peer cannot be identified on this platform. Remove another use of uname -o which doesn't work on Solaris.
* 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
| | | | | boxbackup.mpi.
* Substitute parcel directory and Box version into InstallJammer configChris Wilson2008-10-05
| | | | | file for Windows installer.
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
| | | | | | * AC_SUBST now only works with one variable per call * When using AC_CACHE the variable must contain the string '_cv_', thus prefix all cache variables with box_cv_
* 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
| | | | | names, merges [1996].
* Make autoconf check for zlib.h and fail if we don't have it, merges Chris Wilson2008-04-04
| | | | | [1988].
* Undo mangling by tailorChris Wilson2008-04-04
|
* TailorizationChris Wilson2008-04-04
| | | | | | | | | | | Import of the upstream sources from Repository: http://localhost:8000/ Kind: hg Revision: 7807b7768163f1c2537756abe5416063989cebb1 Original author: tailor@rocio.int.aidworld.org Date: 2008-03-16 19:44:36+00:00
* Correct sysconfdir and localstatedir as they weren't doing what they were ↵James O'Gorman2008-03-25
| | | | supposed to.
* 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
| | | | | | * Update all associated docs and contributed distribution files
* Add support for nanosecond timestamps in struct stat on Linux.Chris Wilson2008-01-31
|
* Fix for sysconfdir and localstatedir options to configureJames O'Gorman2008-01-29
|
* Set the default localstatedir to /var/run, which is probably more commonChris Wilson2008-01-29
| | | | | than /usr/local/var.
* Update contributed scripts to use autoconf substitution for theChris Wilson2008-01-29
| | | | | paths to binaries, configuration files and local state files.
* Change the default sysconfdir to /etc.Chris Wilson2008-01-28
| | | | | | | | | | | | | Generate expanded versions of sysconfdir and localstatedir, as well as bindir. Expand variables in BoxPortsAndFiles.h.in. Changed default configuration dir in BoxPortsAndFiles.h.in to use @sysconfdir_expanded@/box, defaulting to /etc/box as before. But now you can override it with something like --sysconfdir=/usr/etc (to place config files in /usr/etc/box).
* Detect whether struct DIR has d_fd or dd_fd member and define theChris Wilson2008-01-22
| | | | | dirfd() macro accordingly.
* Update version and contact email address in configure.ac.Chris Wilson2008-01-21
|
* Add -Wundef to CXXFLAGS, only if using gcc (sun cc doesn't like it)Chris Wilson2008-01-20
| | | | | Substitute in the contributed Solaris SMF files.
* Search for readdir64 and stat64 if LARGE_FILE_SUPPORT is enabled, ratherChris Wilson2007-12-18
| | | | | | than relying on Linux redirection macros that aren't present on Slackware (which uses asm redirects instead).
* Fix definition of dirfd(x) macro (autoconf doesn't like defining macrosChris Wilson2007-12-15
| | | | | with parameters).
* Include the header file where dirfd() is supposed to be defined,Chris Wilson2007-12-13
| | | | | | otherwise we can expect not to find it and cause problems later with our own definition.
* Check for optreset (fixes [1930])Chris Wilson2007-12-08
|
* Die if infrastructure/makebuildenv.pl or infrastructure/makeparcels.pl failsChris Wilson2007-10-08
| | | | | during configure.
* Work around the fact that we may have regex support without havingChris Wilson2007-07-26
| | | | | | | regex.h (e.g. from pcreposix.h/libpcreposix) and disabuse HAVE_REGEX_H, define and use HAVE_REGEX_SUPPORT instead, thanks Gary! (refs #3, merges [1677] [1678] [1679])
* Detect whether getopt.h is present on system. (refs #3)Chris Wilson2007-04-22
|
* Check for d_ino member in struct dirent (refs #3, merges [1351])Chris Wilson2007-03-08
|
* Simplify check for PERLChris Wilson2007-03-04
| | | | | | | | | Define substitution TARGET_PERL and preprocessor PERL_EXECUTABLE to a native Perl (not Cygwin) on Win32, since Cygwin perl will not run inside bbackupd for unit tests (e.g. SyncAllowScript). (refs #3)
* Rename makedistribution.pl to makedistribution.pl.in.Chris Wilson2007-01-13
| | | | | | | | Auto-generate makedistribution.pl in configure, to replace @PERL@ in shebang line. Process spec files as text files, to allow removing private parts. (refs #3)
* Search for dlfcn.h and dlsym() (needed for new intercept code) (refs #3, Chris Wilson2006-12-03
| | | | | refs #9)
* Use gettimeofday() to increase accuracy of GetCurrentBoxTime() on Chris Wilson2006-11-23
| | | | | | | platforms which support it. Fixes busy waits for 1 second in backup client when time for next backup is not on a 1 second boundary (which it never is). (refs #3)
* Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl filesChris Wilson2006-10-16
| | | | | auto-generated with substitutions. (refs #3)