summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-08-12Make the help repo optionalMiklos Vajna
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
This fixes the build of 'basic' on Windows.
2011-08-10Do not use ccache when --enable-icecream is given.Jan Holesovsky
2011-08-09Adjust the parallelism of tail_build to be max(max-process, num-cpus)Norbert Thiebaud
tail_build run mostly by itself and wrap a dozen of module, using just MAXPROCESS for the parallelism force to limit NB_CPUS in order to avoid a NB_CPUS x MAXPROCESS scenario. This mitigate this problem, until we don;t need MAXPROCESS anymore and NB_CPUS becomes the only driving force.
2011-08-09Trust "make fetch" to dowload mysqlc; do not require it at configure timeLionel Elie Mamane
2011-08-08the option got turned into --with-system-sane so look for with_system_saneCaolán McNamara
2011-08-08configure --with-system-sane: correct help stringLionel Elie Mamane
2011-08-07remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final evalNorbert Thiebaud
2011-08-07quoting problem in the auto-selection of gcc/g++-4.0 on MacOSNorbert Thiebaud
2011-08-07auto-use ccache and use it unless CC/CXX is already set or --disable-ccacheNorbert Thiebaud
2011-08-07Added Russian language Lightproof moduleKalman Szalai - KAMI
* Added module * Remove versioned directories in scp2 module for Lightproof
2011-08-07Update Google Docs extension to version 3.0.0Kalman Szalai - KAMI
2011-08-07Update supported Lightproof versions to the latest availableKalman Szalai - KAMI
2011-08-07Update Diagram extension to SmART GalleryKalman Szalai - KAMI
* SmART Gallery is the new version of Diagram extension (aka. Diagram 2)
2011-08-06dictionaries is now in a separate optional repoNorbert Thiebaud
2011-08-06binfilter is now a separate repoNorbert Thiebaud
2011-08-06move GIT_REPO_NAMES init upNorbert Thiebaud
2011-08-06adjust the list of external git repos for onegitNorbert Thiebaud
2011-08-04just check for support of -mno-avxCaolán McNamara
2011-08-04Add one more libdir path for detection with qt4 on 32b platform to be same ↵Tomáš Chvátal
with 64b. Fixes gentoo bug #377377. Signed-off-by: Tomáš Chvátal <tomas.chvatal@gmail.com>
2011-08-02Remove duplicate entryTomáš Chvátal
2011-08-01We need --ccache-skip when using ccache for iOS, tooTor Lillqvist
2011-07-30MacOS: Remove some of my changes.Joseph Powers
tml didn't like some of them; plus, configure.in -> configure removes the [] in if statements (atleast on my machine) so I have to use "test". My CPATH & LIBRARY_PATH statements where unreliable; even after modifying set_soenv.in to export them correctly. I'm currently exporting them before the ./autogen.sh && make and things seem to work better; I'm still looking for a better solution.
2011-07-29fix typoThomas Arnhold
2011-07-29Mac OS: On 10.7, the standard search paths don't work.Joseph Powers
Installing xCode 4.1 renames the xCode 3.2.6 directory to /Developer-old/; however, the compiler gets confused and can't find the headers and libraries. This patch just notifies the compiler where they are actually located. Note: I'm assuming that people compiling on 10.7 aren't trying to generate a PPC binary.
2011-07-28Mac OS 10.7: Installing xCode 4.1 renames 3.6.2 to /Developer-oldJoseph Powers
xCode 4.1 only ships with SDKs 10.6 & 10.7; thus, if the request 10.4 or 10.5 doesn't exists, try looking in /Developer-old.
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-26LIBXML & LIBXSLT should point to the correct SDK (Mac OS X)Joseph Powers
Also, the 10.7 SDK is named 10.7 and not 10.6. (copy/paste issue)
2011-07-26make -Wno-long-double usage conditional to gcc supporting itNorbert Thiebaud
2011-07-26-verson-min-allowed _default_ to 10.4 no matter whatNorbert Thiebaud
2011-07-26MacOSX configure options to support SDK and version min/maxNorbert Thiebaud
2011-07-26add dbumenugtk configure checkBjoern Michaelsen
2011-07-26Fix typoTor Lillqvist
2011-07-25use python-x.y.pc if existing for setting PYTHON_{CFLAGS,LIBS}Rene Engelhard
2011-07-25Silence the zip check.Jan Holesovsky
2011-07-25Use --filesync instead of -FS as the zip option.Jan Holesovsky
2011-07-25Make the zip error message less confusing.Jan Holesovsky
[Report directly when checking for zip, not after checking for unzip.]
2011-07-25Use fixed-name environment script and no source_soenv.shTor Lillqvist
No longer call the script snippet LinuxX86Env.Set.sh, MacOSXX86Env.Set.sh, etc, but always Env.Host.sh. No need for source_soenv.sh then, which wouldn't have worked when cross-compiling anyway. (As before, when cross-compiling, the environment script snipppet for the BUILD platform is called Env.Build.sh.)
2011-07-24change to internal python for Mac, raise minimum python version to 2.6Christian Lohmaier
pyuno has been python3-ified. Only python 2.6 and later are forward-compatible. Mac OSX 10.4 comes with 2.3, Mac OSX 10.5 comes with 2.5 only
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-19distro-install: fix en-US-only installationPetr Mladek
generate en-US file list when --with-distro="" sigh, we should set WITH_LANG=en-US when no language is selected; the empty string is pretty ugly; unforrunately, many makefile tests check for this empty variable Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-18use internal cppunit with STL debug enabledLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
2011-07-18tweak euid check to use a simpler check insteadMichael Meeks
2011-07-18Work around a bash-ism in configure.inMike Eberdt
2011-07-17Check for unzipThomas Arnhold
This wasn't working on Linux. Build was started no matter if unzip was found or not. This lead to other errors and finally to a build break. Hopefully this doesn't break other platforms.
2011-07-15Properly determine number of CPUs on FreeBSDMike Eberdt
2011-07-14add check for extra bit of minimal perl, etc. envCaolán McNamara
2011-07-14Unset the Python environment vars when running the sub-configureTor Lillqvist