diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-23 22:17:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-23 22:17:27 +0800 |
commit | 2ef2d71665925b3599025077a2336ad35d15f9c6 (patch) | |
tree | c2caf42cfebccbfd1416251ca588139e43d5d06c /ChangeLog | |
parent | 20e55f56780a89c9a4bb00085c6c61e74b13b47f (diff) | |
download | gsoc2013-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |