diff options
author | Wouter Bolsterlee <uws+gnome@xs4all.nl> | 2006-06-09 00:02:35 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2006-06-09 00:02:35 +0800 |
commit | 5d74d2227e45c916bbe44289684737a49b2e3c77 (patch) | |
tree | 48c96c14cf64a87d12149ceef8436022661dffbf /configure.ac | |
parent | 356f0df1c8a95cbc7e89b5ea3817382b64c32734 (diff) | |
download | gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar.gz gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar.bz2 gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar.lz gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar.xz gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.tar.zst gsoc2013-epiphany-5d74d2227e45c916bbe44289684737a49b2e3c77.zip |
Remove AM_GLIB_DEFINE_LOCALEDIR. Bug #343825, patch by Christian Persch.
2006-06-08 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* configure.ac: Remove AM_GLIB_DEFINE_LOCALEDIR. Bug
#343825, patch by Christian Persch.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index db08da7dd..4f4574f94 100644 --- a/configure.ac +++ b/configure.ac @@ -587,7 +587,6 @@ 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]) # uninstalled share dir to search data AC_DEFINE_UNQUOTED([SHARE_UNINSTALLED_DIR], ["`pwd`/data"], [path to source data dir]) |