~ubuntu-branches/ubuntu/saucy/thaifonts-scalable/saucy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2010-07-30 13:25:15 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100730132515-jpsh4pylv8bux232
Tags: 1:0.4.14-1
* New upstream bugfix release.
  - Fix Tahoma/MS Sans Serif fallback rules to not affect non-Thai
    environments. (LP: #539008, re-addresses LP #434054)
  - debian/patches/01_remove_tahoma_fallback.diff: Removed, addressed
    differently upstream.
* Bump Standards-Version to 3.9.1 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
 
AC_INIT(thaifonts-scalable, 0.4.13)
 
2
AC_INIT(thaifonts-scalable, 0.4.14)
3
3
AC_CONFIG_SRCDIR([nf/Garuda.sfd])
4
4
 
5
5
AM_INIT_AUTOMAKE
16
16
if test "x$enable_ttf" = "xyes"; then
17
17
  AC_ARG_WITH(ttfdir,
18
18
    [AC_HELP_STRING([--with-ttfdir=DIR],
19
 
                    [font directory in DIR [PREFIX/share/fonts/th/TTF]])],
20
 
    [ttfdir="$withval"], [ttfdir=\$\{prefix\}/share/fonts/th/TTF])
 
19
                    [font directory in DIR [PREFIX/share/fonts/truetype/thai]])],
 
20
    [ttfdir="$withval"], [ttfdir=\$\{prefix\}/share/fonts/truetype/thai])
21
21
  AC_MSG_CHECKING(--with-ttfdir)
22
22
  AC_MSG_RESULT("$ttfdir")
23
23
 
35
35
if test "x$enable_pfa" = "xyes" -o "x$enable_pfb" = "xyes"; then
36
36
  AC_ARG_WITH(type1dir,
37
37
    [AC_HELP_STRING([--with-type1dir=DIR],
38
 
                    [font directory in DIR [PREFIX/share/fonts/th/Type1]])],
39
 
    [type1dir="$withval"], [type1dir=\$\{prefix\}/share/fonts/th/Type1])
 
38
                    [font directory in DIR [PREFIX/share/fonts/type1/thai]])],
 
39
    [type1dir="$withval"], [type1dir=\$\{prefix\}/share/fonts/type1/thai])
40
40
  AC_MSG_CHECKING(--with-type1dir)
41
41
  AC_MSG_RESULT("$type1dir")
42
42
 
50
50
if test "x$enable_otf" = "xyes"; then
51
51
  AC_ARG_WITH(otfdir,
52
52
    [AC_HELP_STRING([--with-otfdir=DIR],
53
 
                    [font directory in DIR [PREFIX/share/fonts/th/OTF]])],
54
 
    [otfdir="$withval"], [otfdir=\$\{prefix\}/share/fonts/th/OTF])
 
53
                    [font directory in DIR [PREFIX/share/fonts/opentype/thai]])],
 
54
    [otfdir="$withval"], [otfdir=\$\{prefix\}/share/fonts/opentype/thai])
55
55
  AC_MSG_CHECKING(--with-otfdir)
56
56
  AC_MSG_RESULT("$otfdir")
57
57