diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-30 22:25:18 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-30 22:25:18 +0000 |
commit | 7acdf4277b2328796f16c58b942e98c067b8a638 (patch) | |
tree | 0ab42a8513d23d223bdc7f020ec954ea3c1165ea /autogen.sh | |
parent | 0f59a2e9c27894680358a9c9362cd4ea98670ecb (diff) | |
download | yelp-7acdf4277b2328796f16c58b942e98c067b8a638.tar.gz |
Use gecko.m4 from Epiphany to detect gecko and set the various compiler
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME=Yelp -REQUIRED_AUTOMAKE_VERSION=1.8 +REQUIRED_AUTOMAKE_VERSION=1.9 export REQUIRED_AUTOMAKE_VERSION if ! test -f $srcdir/src/yelp-main.c; then |