aboutsummaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Move more checks to gecko.m4.Christian Persch2005-11-291-77/+169
| | | | | | | | | 2005-11-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Move more checks to gecko.m4.
* Fix CXXFLAGS restore for XPCOM component testChristian Persch2005-11-271-1/+1
|
* Fix -fshort-wchar compiler flag checkChristian Persch2005-11-261-2/+2
|
* Fix debug flag detectionChristian Persch2005-11-261-2/+2
|
* Rewrite the contractid check. Now works with builds withoutChristian Persch2005-11-101-9/+34
| | | | | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Rewrite the contractid check. Now works with builds without --with-default-mozilla-five-home. Balance AC_LANG_POP/PUSH.
* Use $PACKAGE_NAME.Christian Persch2005-11-101-1/+1
| | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Use $PACKAGE_NAME.
* Tiny output improvements.Christian Persch2005-11-101-6/+5
| | | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Tiny output improvements.
* Add check for contract IDs which we need but are only provided byChristian Persch2005-11-101-10/+12
| | | | | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Add check for contract IDs which we need but are only provided by extensions which may or may not have been built into gecko. We cannot check for the headers here since they are always present.
* A m4/gecko.m4:Christian Persch2005-11-101-0/+241
| | | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: A m4/gecko.m4: Distill the gecko detection logic into a macro package.
* Shut upChristian Persch2005-07-251-0/+1
|
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-212-0/+64
2005-05-21 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: A README.Python A m4/.cvsignore: A m4/python.m4: * src/Makefile.am: * src/ephy-extensions-manager.c: (get_loader_for_type): A src/ephy-python-extension.c: A src/ephy-python-extension.h: A src/ephy-python-loader.c: A src/ephy-python-loader.h: A src/ephy-python.c: A src/ephy-python.h: A src/epiphany.defs: A src/epiphany.override: Merge Pyphany.