History log of /aoo41x/main/configure.ac (Results 1 - 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO4110-GA, AOO419-GA
# 974bb40a 28-Dec-2020 mseidel

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 m

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

fakeroot is required for deb creation

(cherry picked from commit a87837cbd2064d4c86aa1d5cc0d84f5f13950aff)


# 3a8d6f30 26-Dec-2020 Jim Jagielski

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


Revision tags: AOO418-GA
# 1ba498ed 28-Oct-2020 Jim Jagielski

cut/paste error w/ FAKEROOT patch


# c1144642 28-Oct-2020 Jim Jagielski

FAKEROOT test


# c19b8f98 29-Sep-2020 Don Lewis

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 compile

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.

show more ...


# 746748b1 24-Sep-2020 Jim Jagielski

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


Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
# 18079e30 22-May-2018 Matthias Seidel

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_

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 ...


Revision tags: AOO415, AOO414
# a46ef990 15-Aug-2017 Jim Jagielski

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

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


Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410
# 17435e9b 24-Mar-2014 Juergen Schmidt

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


# 7aa0a607 29-Aug-2020 Don Lewis

Rename configure.in to more standard configure.ac.