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 | |
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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2006-06-08 Wouter Bolsterlee <uws+gnome@xs4all.nl> + * configure.ac: Remove AM_GLIB_DEFINE_LOCALEDIR. Bug + #343825, patch by Christian Persch. + +2006-06-08 Wouter Bolsterlee <uws+gnome@xs4all.nl> + * src/ephy-shell.c: (ephy_shell_new_tab_full): copy history over when opening link in new tab/win using context menu. Fixes bug #340742, patch by René Stadler. @@ -2585,7 +2590,7 @@ Override the page that is shown for the about: url so that it doesn't say "Deer Park" -2006-01-14 Chrhristian Persch <chpe@cvs.gnome.org> +2006-01-14 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: 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]) |