~ubuntu-branches/ubuntu/oneiric/zenity/oneiric

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-09-29 17:25:31 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929172531-l0vy5tw3cdb7nxe0
Tags: 2.32.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
 
302
302
    dnl These rules are solely for the distribution goal.  While doing this
303
303
    dnl we only have to keep exactly one list of the available catalogs
304
 
    dnl in configure.in.
 
304
    dnl in configure.ac.
305
305
    for lang in $ALL_LINGUAS; do
306
306
      GMOFILES="$GMOFILES $lang.gmo"
307
307
      POFILES="$POFILES $lang.po"
430
430
dnl
431
431
dnl Now the definitions that aclocal will find
432
432
dnl
433
 
ifdef(glib_configure_in,[],[
 
433
ifdef(glib_configure_ac,[],[
434
434
AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
435
435
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
436
436
])dnl