From 7acdf4277b2328796f16c58b942e98c067b8a638 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 30 Nov 2005 22:25:18 +0000 Subject: Use gecko.m4 from Epiphany to detect gecko and set the various compiler 2005-11-30 Christian Persch * 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. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 03e504b8..13db1cc8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.1