aboutsummaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Shut upChristian Persch2006-02-061-3/+1
|
* Fix quoting.Christian Persch2006-02-061-1/+3
| | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix quoting.
* Fix xulrunner detection logic.Christian Persch2006-02-061-8/+15
| | | | | | | | | | | | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix xulrunner detection logic. * configure.ac: A po/Makevars: * src/Makefile.am: * doc/reference/Makefile.am: Remove AM_GLIB_GNU_GETTEXT, use plain AM_GNU_GETTEXT. * data/glade/Makefile.am: Fix distcheck with certs manager disabled.
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-061-6/+9
| | | | | | | | | | | | | | | | 2006-02-05 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: * configure.ac: * embed/mozilla/Makefile.am: Changes to support xulrunner trunk (gecko 1.9). * embed/mozilla/mozilla-embed-single.cpp: Go back to continuing after failed GetPassword; fixes getting the password list in case one item is corrupted.
* Add GECKO_XPIDL to check for xpidl compiler and include directory.Christian Persch2006-02-031-0/+42
| | | | | | | | 2006-02-02 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add GECKO_XPIDL to check for xpidl compiler and include directory.
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-031-6/+10
| | | | | | | | | | | | | | | | | | | 2006-02-02 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS. * configure.ac: Simplify some header checks with GECKO_CHECK_HEADERS. Check for nsINonBlockingAlertService.h. * embed/mozilla/EphyPromptService.cpp: * embed/mozilla/EphyPromptService.h: * embed/mozilla/MozRegisterComponents.cpp: Implement nsINonBlockingAlertService.
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-14 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add defines and automake conditional for toolkit flavour. * configure.ac: * data/Makefile.am: A data/chrome/.cvsignore: A data/chrome/Makefile.am: A data/chrome/brand.dtd.in: A data/chrome/brand.properties.in: A data/chrome/epiphany.manifest.in: Provide branding so mozilla dialogues don't show "Deer Park" or "Firefox" but "Epiphany" instead. * embed/mozilla/Makefile.am: A embed/mozilla/EphyDirectoryProvider.cpp: A embed/mozilla/EphyDirectoryProvider.h: * embed/mozilla/mozilla-embed-single.cpp: Add a directory service provider.
* Fix gecko version check to use AC_EGREP_CPP instead of grepping the headerChristian Persch2006-01-111-46/+63
| | | | | | | | | 2006-01-10 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix gecko version check to use AC_EGREP_CPP instead of grepping the header file directly. Misc fixes.
* R data/epiphany-1.10.pc.in: A data/epiphany.pc.in:Christian Persch2006-01-091-23/+57
| | | | | | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: R data/epiphany-1.10.pc.in: A data/epiphany.pc.in: * m4/gecko.m4: Various improvements to gecko.m4. Generate the versioned .pc file from the unversioned .pc.in file.
* Improve "gecko not found" message. Bug #319253.Christian Persch2005-12-311-1/+1
| | | | | | | | 2005-12-30 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Improve "gecko not found" message. Bug #319253.
* 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.