summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Update AX_COMPILER_FLAGS from autoconf-archiveDavid King2015-02-213-142/+29
| | | | | Drop C++ warning checks, as a C++ compiler is not required to build Yelp.
* build: Add is-release support to AX_CHECK_ENABLE_DEBUGPhilip Withnall2015-02-111-6/+18
| | | | Now fatal warnings are automatically disabled when doing release builds.
* m4: Update AX_COMPILER_FLAGS macros from upstream autoconf-archivePhilip Withnall2015-02-114-6/+32
| | | | This introdues the --disable-Werror flag.
* Use AX_IS_RELEASEDavid King2015-02-051-0/+60
| | | | | | | Check for the presence of a git repository to determine if compiler warnings should be fatal. https://wiki.gnome.org/Projects/GnomeCommon/Migration#preview
* Use AX_COMPILER_FLAGSDavid King2015-02-058-0/+728
| | | | | | Additionally, remove unused DEPRECATION_FLAGS. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Use AX_CHECK_ENABLE_DEBUGDavid King2015-02-051-0/+108
| | | | | | | Drop use of GNOME_DEBUG_CHECK. Disable pedantic and ANSI C warnings, as Yelp does not build with them enabled. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Use AX_REQUIRE_DEFINED to check for M4 macrosDavid King2015-02-051-0/+37
| | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Remove some gecko leftoversAlp Toker2008-07-181-721/+0
| | | | svn path=/branches/webkit/; revision=3155
* Add support for XULRunner / Firefox 3 backend Bug # 499744 - Patch fromDon Scorgie2008-05-231-37/+135
| | | | | | | | | | | | | | * configure.in: * m4/gecko.m4: * src/Makefile.am: * src/yelp-gecko-services.cpp: * src/yelp-gecko-utils.cpp: * src/yelp-io-channel.c: * src/yelp-main.c (main): Add support for XULRunner / Firefox 3 backend Bug # 499744 - Patch from Christian Persch svn path=/trunk/; revision=3131
* Fix for mozilla API change on trunk.Christian Persch2006-12-011-1/+6
| | | | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: * m4/gecko.m4: * src/Makefile.am: * src/Yelper.cpp: Fix for mozilla API change on trunk.
* Prefer xulrunner over mozilla.Christian Persch2006-09-121-4/+4
| | | | | | | | 2006-09-12 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Prefer xulrunner over mozilla.
* Fix 'unknown gecko' error output. (Synched from Epiphany).Christian Persch2006-06-221-1/+1
| | | | | | | | 2006-06-22 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix 'unknown gecko' error output. (Synched from Epiphany).
* Don't use mozilla's internal string API, and drop support for gecko 1.7Christian Persch2006-06-101-31/+65
| | | | | | | | | | | | | | | | | | | | | 2006-06-11 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: * src/Yelper.cpp: * src/Yelper.h: * src/yelp-gecko-services.cpp: * src/yelp-gecko-services.h: * src/yelp-gecko-utils.cpp: * src/yelp-gecko-utils.h: * src/yelp-html.cpp: * src/yelp-html.h: * src/yelp-window.c: (window_find_again): Don't use mozilla's internal string API, and drop support for gecko 1.7 and non-toolkit geckos. Bug #343950. * m4/gecko.m4: Updated from Epiphany.
* Build with xulrunner trunk (gecko 1.9). Bug #329429.Christian Persch2006-04-201-47/+215
| | | | | | | | | | | | | | 2006-04-20 Christian Persch <chpe@cvs.gnome.org> * configure.in: * src/Makefile.am: * src/yelp-gecko-utils.cpp: Build with xulrunner trunk (gecko 1.9). Bug #329429. * m4/gecko.m4: Re-sync with Epiphany.
* head -5 ChangeLogChristian Persch2006-01-151-58/+115
|
* Use gecko.m4 from Epiphany to detect gecko and set the various compilerChristian Persch2005-11-301-0/+359
2005-11-30 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.in: * data/Makefile.am: * m4/gecko.m4: * src/Makefile.am: Use gecko.m4 from Epiphany to detect gecko and set the various compiler flags etc. Bug #322171. * src/Yelper.cpp: Use nsIWebBrowserSetup to turn off the global history. Bug #322170.