diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2004-01-06 Christian Persch <chpe@cvs.gnome.org> + * Makefile.am: + * configure.in: + + Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, + and depend on intltool >= 0.29. + +2004-01-06 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-encodings.c: (add_encoding), (ephy_encodings_get_node), (ephy_encodings_add_recent), (ephy_encodings_get_recent), (ephy_encodings_init): diff --git a/Makefile.am b/Makefile.am index ffcbaafbd..8da6a72f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,6 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ - intltool-modules/XML/Parser/Style/OrigTree.pm \ xmldocs.make \ omf.make \ COPYING.README diff --git a/configure.in b/configure.in index b24ad957d..d01a17008 100644 --- a/configure.in +++ b/configure.in @@ -13,6 +13,8 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_MAINTAINER_MODE +AC_PROG_INTLTOOL([0.29]) + dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" |