~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/gettext.m4

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  AM_GNU_GETTEXT_NEED([$2])
73
73
 
74
74
  AC_REQUIRE([AM_PO_SUBDIRS])dnl
75
 
  ifelse(gt_included_intl, yes, [
76
 
    AC_REQUIRE([AM_INTL_SUBDIR])dnl
77
 
  ])
 
75
  dnl ifelse(gt_included_intl, yes, [
 
76
  dnl   AC_REQUIRE([AM_INTL_SUBDIR])dnl
 
77
  dnl ])
78
78
 
79
79
  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
80
80
  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])