aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-01 23:15:11 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-01 23:15:11 +0800
commitc9fc14ec55248a6abfbc08294f17b49b18c309a1 (patch)
tree8ee895acc38f14ce806c5fdc1d76f19ee75bbe09 /configure.in
parent1fbc48cb732fe50940b993578d3ea0412ce1bbaf (diff)
downloadgsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar.gz
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar.bz2
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar.lz
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar.xz
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.tar.zst
gsoc2013-epiphany-c9fc14ec55248a6abfbc08294f17b49b18c309a1.zip
Fix aclocal flags.
2004-11-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Fix aclocal flags. * doc/reference/tmpl/ephy-embed.sgml: Update.
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 d9f23bcea..5a574dd56 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,8 @@ AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([dist-bzip2 check-news])
+AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"])
+
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.29])