~ubuntu-branches/ubuntu/hardy/epiphany-extensions/hardy-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-02-11 12:07:10 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20080211120710-mene00j2jh4ddwnz
Tags: 2.20.1svn20080211-0ubuntu1
* New SVN snapshot:
  - work with the hardy epiphany-browser version (lp: #178117)
* debian/control.in:
  - build using xulrunner
  - updated epiphany-browser requirement
* debian/patches/ephy-extensions.xul.1.9.patch:
  - patch from Alexander Sack to build using xulrunner1.9
* debian/patches/delicious.diff:
  - dropped, the change is in the svn version
* debian/rules:
  - build using libxul
  - updated installation directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
#-----------------
160
160
glib_DEFUN([GLIB_WITH_NLS],
161
161
  dnl NLS is obligatory
162
 
  [AC_REQUIRE([AC_CANONICAL_HOST])dnl
163
 
    USE_NLS=yes
 
162
  [USE_NLS=yes
164
163
    AC_SUBST(USE_NLS)
165
164
 
166
165
    gt_cv_have_gettext=no
682
681
 
683
682
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
684
683
 
685
 
# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL
 
684
# serial 51 Debian 1.5.24-2ubuntu2 AC_PROG_LIBTOOL
686
685
 
687
686
 
688
687
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)