Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | autogen.sh: don't touch autogen.lastrun if it already exists | Miklos Vajna | |
2011-08-28 | touch autogen.lastrun to make sure that such file exist before make | Norbert Thiebaud | |
2011-08-24 | Allow comments in the autogen.lastrun file | Tor Lillqvist | |
2011-08-18 | have autogen.sh return an erro if configure failed | Norbert Thiebaud | |
2011-07-03 | I doubt we need a ChangeLog file | Tor Lillqvist | |
2011-07-03 | Include environment variables already in autogen.sh's environment | Tor Lillqvist | |
2011-07-03 | Allow use of $ACLOCAL to override the name aclocal | Tor Lillqvist | |
Useful for instance when only aclocal-1.10 exists. But, systems that are broken like that will have lots of more problems, too. It is just a (sad?) fact that building LO on anything except those platforms that people work on constantly will require lots of tweaks. Many of the assumptions in various solenv .mk files for rare platforms are rather outdated and/or arbitrary, assuming a certain mix of more or less "official" additional tools. | |||
2011-05-31 | We should not look for .exe extensions for Cygwin programs | Tor Lillqvist | |
2011-05-31 | Stylize consistently, add more Emacs mode goodness | Tor Lillqvist | |
2011-05-30 | one doesn't need pkg-config on mac | Christian Lohmaier | |
2011-05-30 | initial attempt to avoid ugly errors with missing pkgconfig etc. | Michael Meeks | |
2011-05-29 | Add Emacs and vim mode setting | Tor Lillqvist | |
2011-05-29 | Don't overwrite autogen.lastrun with identical (perhaps re-ordered) contents | Tor Lillqvist | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk | |||
2011-04-15 | Don't mention that we are updating autogen.lastrun. | Jan Holesovsky | |
2011-04-08 | Don't worry if there is no distro-configs/Foo.conf | Tor Lillqvist | |
The --with-distro options might come from bin/build-ooo in a "build" style build, and in that case, the relevant configure options are already on the command line, too. | |||
2011-04-08 | Make the list of valid distros show up also in slightly older Perl versions | Tor Lillqvist | |
See http://perldoc.perl.org/functions/readdir.html . | |||
2011-04-07 | fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal | Norbert Thiebaud | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||
2011-04-07 | Migrate the old autogen.lastrun format to the new one automatically. | Jan Holesovsky | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||
2011-04-07 | re-write into perl, to reduce ninja-coding, and fix distro-config bug | Michael Meeks | |
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> | |||
2011-04-07 | check more carefully for configure generation, and fix quoting of vendors | Michael Meeks | |
2011-04-06 | Migrate the old autogen.lastrun format to the new one automatically. | Jan Holesovsky | |
2011-04-05 | fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal | Norbert Thiebaud | |
2011-04-05 | re-write into perl, to reduce ninja-coding, and fix distro-config bug | Michael Meeks | |
2010-12-01 | fix the IFS trick. the bashims removal broke that part | Norbert Thiebaud | |
2010-12-02 | autogen.sh: Even more portable. | Jan Holesovsky | |
2010-12-01 | autogen.sh: Remove bashism / non-portable stuff. | Jan Holesovsky | |
2010-12-01 | add support for --with-distro | Norbert Thiebaud | |
2010-11-30 | ban bashism | Takeshi Abe | |
2010-11-30 | make autogen ability to remember the last command line work on MacOS | Norbert Thiebaud | |
futhermore: the conf.log extraction method is no reliable. autoconf has changed and newer version don't put it there. furthermore, because of the post_download generation, the conf.log get crowded by a second autoconf... | |||
2010-11-30 | building rawbuild on mac should not depend on pkg-config being installed | Norbert Thiebaud | |
2010-10-05 | Use more portable sed construct for quoting expressions. | Thomas Klausner | |
Remove unused variable. | |||
2010-10-04 | Solve the problem with eval & $@. | Jan Holesovsky | |
2010-10-04 | Don't quote stuff that does not need to be quoted | Fridrich Štrba | |
2010-08-24 | Remove 'configure' from the SCM, generate it using ./autogen.sh instead. | Jan Holesovsky | |
2010-08-18 | Split build: Revert it for now. | Jan Holesovsky | |
2009-06-26 | Split build: Remove files that should not be revision controlled. | Jan Holesovsky | |
They are generated; so actually also add autogen.sh and Makefile.am to help to generate them :-) * Makefile.in: Bin. * aclocal.m4: Bin. * configure: Bin. * autogen.sh: New file. * Makefile.am: New file. |