diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-11 15:34:12 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-11 15:34:12 +0800 |
commit | bf52ee9c4c4c1882ecd6bc72719c4361ad535d11 (patch) | |
tree | c148b5c3071cb1bf08f732d50b90371c99856ad1 /configure.in | |
parent | 27ae6e03f698835c1683c03b7cfc0e401d0f601f (diff) | |
download | gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar.gz gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar.bz2 gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar.lz gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar.xz gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.tar.zst gsoc2013-epiphany-bf52ee9c4c4c1882ecd6bc72719c4361ad535d11.zip |
Do not put ACLOCAL flags in the Makefile, it should not be necessary
2004-06-11 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
Do not put ACLOCAL flags in the Makefile,
it should not be necessary anymore with
recent gnome-common.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4b94d7a4f..c4cc714df 100644 --- a/configure.in +++ b/configure.in @@ -15,9 +15,6 @@ AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.29]) -dnl put the ACLOCAL flags in the Makefile -ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - GLIB_REQUIRED=2.4.1 GTK_REQUIRED=2.4.0 LIBXML_REQUIRED=2.6.6 |