aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-06 18:52:24 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-06 18:52:24 +0800
commit7caf37cc9de88a482c9c99572019d6ce6f17308a (patch)
tree1e34d3142aaebf7470f61e46f38d96d039bd7ae9 /configure.ac
parent42b80ffca206f2032630359f01b397b49f9fd77b (diff)
downloadgsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar.gz
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar.bz2
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar.lz
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar.xz
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.tar.zst
gsoc2013-epiphany-7caf37cc9de88a482c9c99572019d6ce6f17308a.zip
Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is more
2006-02-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is more widespread.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 11 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6fa675adc..c71acebb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_HEADER_STDC
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
-IT_PROG_INTLTOOL([0.34.2])
+IT_PROG_INTLTOOL([0.34.1])
PKG_PROG_PKG_CONFIG
@@ -618,17 +618,22 @@ else
fi
# Translators: new languages must be added to the po/LINGUAS file
+ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
+
+AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
GETTEXT_PACKAGE=epiphany
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
+AM_GLIB_GNU_GETTEXT
+AM_GLIB_DEFINE_LOCALEDIR([GNOMELOCALEDIR])
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.14])
+# uninstalled share dir to search data
+AC_DEFINE_UNQUOTED([SHARE_UNINSTALLED_DIR], ["`pwd`/data"], [path to source data dir])
-# *************
-# Documentation
-# *************
+# *****************
+# API Documentation
+# *****************
GNOME_DOC_INIT
GTK_DOC_CHECK([1.0])