summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-30 22:25:18 +0000
committerChristian Persch <chpe@src.gnome.org>2005-11-30 22:25:18 +0000
commit7acdf4277b2328796f16c58b942e98c067b8a638 (patch)
tree0ab42a8513d23d223bdc7f020ec954ea3c1165ea /autogen.sh
parent0f59a2e9c27894680358a9c9362cd4ea98670ecb (diff)
downloadyelp-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-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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