diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-06 22:44:40 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-06 22:44:40 +0800 |
commit | 7acf32dbb218c465fcf7ee76c7033fc21c1ead20 (patch) | |
tree | 8dc4d8ff8ec8cb86e92a407be879ddfeffe5a859 /configure.in | |
parent | fe2f4ed250c08dc3a4f7b2816fcf6894f446f1ee (diff) | |
download | gsoc2013-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.in | 2 |
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" |