aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-23 22:17:27 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-23 22:17:27 +0800
commit2ef2d71665925b3599025077a2336ad35d15f9c6 (patch)
treec2caf42cfebccbfd1416251ca588139e43d5d06c /ChangeLog
parent20e55f56780a89c9a4bb00085c6c61e74b13b47f (diff)
downloadgsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar.gz
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar.bz2
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar.lz
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar.xz
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.tar.zst
gsoc2013-epiphany-2ef2d71665925b3599025077a2336ad35d15f9c6.zip
Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting in
2006-02-23 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting in GECKO_GECKO_CONTRACTID. * configure.ac: Check with GECKO_CHECK_CONTRACTIDS. Remove redundant check for typeaheadfind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64120c77b..aeea48a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
* m4/gecko.m4:
+ Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting in
+ GECKO_GECKO_CONTRACTID.
+
+ * configure.ac:
+
+ Check with GECKO_CHECK_CONTRACTIDS.
+ Remove redundant check for typeaheadfind.
+
+2006-02-23 Christian Persch <chpe@cvs.gnome.org>
+
+ * m4/gecko.m4:
+
Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM
but which produces a program which uses XPCOM; and made
GECKO_CHECK_CONTRACTID use this.