~ubuntu-branches/ubuntu/wily/gnomad2/wily

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-04-03 23:25:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070403232558-o3nm1ehjs458n1ml
Tags: 2.8.11-2ubuntu1
* debian/control:
  - Lessen the build-depends on libmtp-dev to >= 0.1.3.
  - Change Maintainer/XSBC-Original-Maintainer field.
* UVF exception: LP: #93226

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
#-----------------
115
115
glib_DEFUN([GLIB_WITH_NLS],
116
116
  dnl NLS is obligatory
117
 
  [USE_NLS=yes
 
117
  [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
118
    USE_NLS=yes
118
119
    AC_SUBST(USE_NLS)
119
120
 
120
121
    gt_cv_have_gettext=no
389
390
[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
390
391
glib_save_prefix="$prefix"
391
392
glib_save_exec_prefix="$exec_prefix"
 
393
glib_save_datarootdir="$datarootdir"
392
394
test "x$prefix" = xNONE && prefix=$ac_default_prefix
393
395
test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 
396
datarootdir=`eval echo "${datarootdir}"`
394
397
if test "x$CATOBJEXT" = "x.mo" ; then
395
398
  localedir=`eval echo "${libdir}/locale"`
396
399
else
398
401
fi
399
402
prefix="$glib_save_prefix"
400
403
exec_prefix="$glib_save_exec_prefix"
 
404
datarootdir="$glib_save_datarootdir"
401
405
AC_DEFINE_UNQUOTED($1, "$localedir",
402
406
  [Define the location where the catalogs will be installed])
403
407
])
730
734
 
731
735
_PKG_TEXT
732
736
])],
733
 
                [$4])
 
737
                [AC_MSG_RESULT([no])
 
738
                $4])
734
739
elif test $pkg_failed = untried; then
735
740
        ifelse([$4], , [AC_MSG_FAILURE(dnl
736
741
[The pkg-config script could not be found or is too old.  Make sure it