~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/gettext.m4

  • Committer: Monty Taylor
  • Date: 2008-12-11 02:44:41 UTC
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081211024441-5dsauvxl7mo7r1hb
Fix for the weird solaris gettext bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
64
64
    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
65
65
])])])])
66
 
  define([gt_included_intl],
67
 
    ifelse([$1], [external],
68
 
      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
69
 
      [yes]))
 
66
  dnl Hardcode this, because the previous ifdef just wasn't working
 
67
  define([gt_included_intl],[no])
70
68
  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
71
69
  gt_NEEDS_INIT
72
70
  AM_GNU_GETTEXT_NEED([$2])