summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix authgen.sh to not clobber autogen.lastrun when using --helpJosh Heidenreich2012-03-131-0/+8
| | | | Fix also works for -h and -?
* Improvement to fdo#46565Thomas Collerton2012-03-051-2/+8
|
* fdo#46565: perl / autogen.sh should backup autogen.lastrunThomas Collerton2012-02-291-0/+4
|
* add macro for extracting mingw dll names from libtool filesDavid Tardon2012-02-171-1/+5
| | | | | | | Hardcoding dll names from SuSE Linux in configure.in is not good, because they might be slightly different on other systems (notably Fedora :-), or the libraries might be compiled with different dependencies.
* autogen: sync vim modeline with emacs oneMiklos Vajna2012-01-091-1/+1
|
* Fix to create autogen.lastrun for a single argument case.Stephan Bergmann2011-08-301-1/+1
|
* autogen.sh: don't touch autogen.lastrun if it already existsMiklos Vajna2011-08-291-1/+1
|
* touch autogen.lastrun to make sure that such file exist before makeNorbert Thiebaud2011-08-281-0/+4
|
* Allow comments in the autogen.lastrun fileTor Lillqvist2011-08-241-0/+2
|
* have autogen.sh return an erro if configure failedNorbert Thiebaud2011-08-181-1/+1
|
* I doubt we need a ChangeLog fileTor Lillqvist2011-07-031-2/+0
|
* Include environment variables already in autogen.sh's environmentTor Lillqvist2011-07-031-2/+9
|
* Allow use of $ACLOCAL to override the name aclocalTor Lillqvist2011-07-031-2/+5
| | | | | | | | | | 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.
* We should not look for .exe extensions for Cygwin programsTor Lillqvist2011-05-311-4/+2
|
* Stylize consistently, add more Emacs mode goodnessTor Lillqvist2011-05-311-43/+42
|
* 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.