aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-06 22:44:40 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-06 22:44:40 +0800
commit7acf32dbb218c465fcf7ee76c7033fc21c1ead20 (patch)
tree8dc4d8ff8ec8cb86e92a407be879ddfeffe5a859 /configure.in
parentfe2f4ed250c08dc3a4f7b2816fcf6894f446f1ee (diff)
downloadgsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar.gz
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar.bz2
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar.lz
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar.xz
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.tar.zst
gsoc2013-epiphany-7acf32dbb218c465fcf7ee76c7033fc21c1ead20.zip
Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, and
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
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"