~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-05-26 18:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090526180000-t5otxzhj1rru5ovt
Tags: 1:3.1.0-3ubuntu2
* Copy of the openoffice.org source.
  - debian/changelog: Change source name.
  - debian/control.in: Change source name.
  - debian/control: Regenerate control file.

* Correct path to splitgsi in convert2po.
* Disable gsi-export for Rosetta due to bug in localize.pl.
* Reenable building on sparc.
* Switch boost to 1.38.
* Resynchronise with ooo-build-3-1 (271b85e5ce6b601d75d0693b9c937d1eabd069dc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(ooo-build, 3.1.0.0)
 
1
AC_INIT(ooo-build, 3.1.0.5)
2
2
AC_PREREQ(2.51)
3
3
AC_CONFIG_SRCDIR(bin/build-ooo)
4
4
AC_PREFIX_DEFAULT(/usr)
793
793
PREBUILT_WRITINGAIDS_TIMESTAMP=20080320
794
794
AC_SUBST(PREBUILT_WRITINGAIDS_TIMESTAMP)
795
795
 
796
 
PREBUILT_EXTENSIONAIDS_TIMESTAMP=20081125
 
796
PREBUILT_EXTENSIONAIDS_TIMESTAMP=20090523
797
797
AC_SUBST(PREBUILT_EXTENSIONAIDS_TIMESTAMP)
798
798
 
799
799
BUILD_MOZILLA_SOURCE='seamonkey-1.1.13.source.tar.gz'
1255
1255
    SUNTEMPLATES_LANG=""
1256
1256
    AC_MSG_RESULT([no integration])
1257
1257
else
1258
 
    sun_supported_langs="en-US de it fr es"
 
1258
    sun_supported_langs="en-US de it fr es hu"
1259
1259
    if test "z$with_sun_templates" = "zyes" ; then
1260
1260
        wanted_sun_templates="$sun_supported_langs"
1261
1261
    else