summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* one doesn't need pkg-config on macChristian Lohmaier2011-05-301-1/+1
|
* initial attempt to avoid ugly errors with missing pkgconfig etc.Michael Meeks2011-05-301-0/+34
|
* Add Emacs and vim mode settingTor Lillqvist2011-05-291-0/+7
|
* Don't overwrite autogen.lastrun with identical (perhaps re-ordered) contentsTor Lillqvist2011-05-291-8/+11
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Don't mention that we are updating autogen.lastrun.Jan Holesovsky2011-04-151-1/+1
| |
| * Don't worry if there is no distro-configs/Foo.confTor Lillqvist2011-04-081-5/+5
| | | | | | | | | | | | 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.
| * Make the list of valid distros show up also in slightly older Perl versionsTor Lillqvist2011-04-081-1/+1
| | | | | | | | See http://perldoc.perl.org/functions/readdir.html .
| * fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocalNorbert Thiebaud2011-04-071-3/+4
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * Migrate the old autogen.lastrun format to the new one automatically.Jan Holesovsky2011-04-071-3/+17
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * re-write into perl, to reduce ninja-coding, and fix distro-config bugMichael Meeks2011-04-071-68/+82
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* | check more carefully for configure generation, and fix quoting of vendorsMichael Meeks2011-04-071-2/+4
| |
* | Migrate the old autogen.lastrun format to the new one automatically.Jan Holesovsky2011-04-061-3/+17
| |
* | fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocalNorbert Thiebaud2011-04-051-3/+4
| |
* | re-write into perl, to reduce ninja-coding, and fix distro-config bugMichael Meeks2011-04-051-68/+82
|/
* fix the IFS trick. the bashims removal broke that partNorbert Thiebaud2010-12-011-1/+2
|
* autogen.sh: Even more portable.Jan Holesovsky2010-12-021-10/+14
|
* autogen.sh: Remove bashism / non-portable stuff.Jan Holesovsky2010-12-011-4/+16
|
* add support for --with-distroNorbert Thiebaud2010-12-011-2/+16
|
* ban bashismTakeshi Abe2010-11-301-1/+1
|
* make autogen ability to remember the last command line work on MacOSNorbert Thiebaud2010-11-301-4/+10
| | | | | | | 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...
* building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud2010-11-301-0/+7
|
* Use more portable sed construct for quoting expressions.Thomas Klausner2010-10-051-1/+1
| | | | Remove unused variable.
* Solve the problem with eval & $@.Jan Holesovsky2010-10-041-2/+6
|
* Don't quote stuff that does not need to be quotedFridrich Štrba2010-10-041-3/+1
|
* Remove 'configure' from the SCM, generate it using ./autogen.sh instead.Jan Holesovsky2010-08-241-0/+35
|
* Split build: Revert it for now.Jan Holesovsky2010-08-181-11/+0
|
* Split build: Remove files that should not be revision controlled.Jan Holesovsky2009-06-261-0/+11
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.