History log of /AOO41X/main/configure.ac (Results 1 – 19 of 19)
Revision Date Author Comments
# e1db62a2 13-Apr-2025 Don Lewis <truckman@apache.org>

epm is not needed when building archive format.

(cherry picked from commit e46d221a3bef391035eb3042bd7fa7a848d6c36a)
(cherry picked from commit efbacfe929d03ea3795d286f15224e8586cb8813)


# 16f572bf 19-Oct-2017 Damjan Jovanovic <damjan@apache.org>

GnomeVFS was deprecated 9 years ago. Make GIO, its replacement,
the default searched by configure.ac instead.

Patch by: me

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812655 13f7

GnomeVFS was deprecated 9 years ago. Make GIO, its replacement,
the default searched by configure.ac instead.

Patch by: me

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812655 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ca91c47212927702e72149e398fae850402fa54c)

show more ...


# 7b3c4f98 01-Oct-2021 Jim Jagielski <jim@apache.org>

Merge pull request #135 from apache/catalina

Support compilation under macOS Catalina


# 0986a24c 17-Jul-2021 Arrigo Marchiori <ardovm@yahoo.it>

Rely on pkg-config for openssl on macOS too


# 974bb40a 28-Dec-2020 mseidel <mseidel@apache.org>

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been made and the filt

i126369 - Finish off hwpfilter

The Hangul Word Processor filter was disabled from OpenOffice in
r1677190 due to security concerns. While some extra buffer controls
could have been made and the filter restored, the truth is a much
bigger effort is required to catch up with this format. Files created
with later editions of Hangul, including Hangul Wordian, Hangul 2002,
Hangul 2005 and Hangul 2007 cannot be opened with the existing filter.
Existing users can apparently download a free viewer and convert their
document to RTF or doc.

Drop completely the code. while here also drop remnants of wpd support
that we dropped since 3.4.1. Having less code is sometimes better.

Adapted from:
https://github.com/apache/openoffice/commit/7c12a1727a73ea1bc2b961e6886a8842366150da

show more ...


# 4975252c 28-Dec-2020 Jim Jagielski <jimjag@gmail.com>

fakeroot is required for deb creation

(cherry picked from commit a87837cbd2064d4c86aa1d5cc0d84f5f13950aff)


# 3a8d6f30 26-Dec-2020 Jim Jagielski <jimjag@gmail.com>

Force SDK 10.11 at most
Pass NULL, not -1 (!!)


# 1ba498ed 28-Oct-2020 Jim Jagielski <jimjag@gmail.com>

cut/paste error w/ FAKEROOT patch


# c1144642 28-Oct-2020 Jim Jagielski <jimjag@gmail.com>

FAKEROOT test


# 7bcdd272 01-Oct-2020 DonLewisFreeBSD <truckman@FreeBSD.org>

Merge pull request #101 from DonLewisFreeBSD/javadetection

Set java compilation target to version 1.5


# c19b8f98 29-Sep-2020 Don Lewis <truckman@apache.org>

Set java compilation target to version 1.5

Set java compilation target to version 1.5 so that old versions of java
can be detected even when building using a newer version of the compiler.


# 746748b1 24-Sep-2020 Jim Jagielski <jimjag@gmail.com>

Various macOS fixes to force C++11 and correct file layout and builds


# b12b9c61 24-Sep-2020 Jim Jagielski <jim@apache.org>

Merge pull request #94 from DonLewisFreeBSD/bundle418

Bundle418


# 61fb1b54 24-Sep-2020 Jim Jagielski <jimjag@gmail.com>

test
Merge branch 'bundle418' of git://github.com/DonLewisFreeBSD/openoffice into AOO418


# 18079e30 22-May-2018 Matthias Seidel <mseidel@apache.org>

Enabling the use of Mozilla Build versions >= 3.0.
(From 3.0 on Mozilla Build is 64-bit only and requires Windows 64-bit)

Changed locations of nsinstall.exe:
Version <= 2.2.0: $(moz_build)/moztools/

Enabling the use of Mozilla Build versions >= 3.0.
(From 3.0 on Mozilla Build is 64-bit only and requires Windows 64-bit)

Changed locations of nsinstall.exe:
Version <= 2.2.0: $(moz_build)/moztools/bin (32-bit)
Version 3.0 - 3.1.1: $(moz_build)/msys/local/bin (64-bit only)
Version >= 3.2: $(moz_build)/bin (64-bit only)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832057 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# a46ef990 15-Aug-2017 Jim Jagielski <jim@apache.org>

Get compiling/building again on osx/macos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805089 13f79535-47bb-0310-9956-ffa450edef68


# 64fbd395 15-Aug-2017 Jim Jagielski <jim@apache.org>

macOS fixes... Source the correct file and allow for macOS XCode8 SDK

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805069 13f79535-47bb-0310-9956-ffa450edef68


# 17435e9b 24-Mar-2014 Juergen Schmidt <jsc@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1580882 13f79535-47bb-0310-9956-ffa450edef68


# 7aa0a607 29-Aug-2020 Don Lewis <truckman@apache.org>

Rename configure.in to more standard configure.ac.