aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-03-18 06:38:09 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-03-18 06:38:09 +0800
commitb3560643271d1c4b9eb16d96c2e9b065546628e9 (patch)
tree8ee330ec3a2490646a1531cdc8bd989560998f9c /configure.in
parentdff4d10cd7198ddd3ec2b15ca125c24b2efa8063 (diff)
downloadgsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar.gz
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar.bz2
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar.lz
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar.xz
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.tar.zst
gsoc2013-epiphany-b3560643271d1c4b9eb16d96c2e9b065546628e9.zip
respect aclocal flags. This was easy damnit, if I think how many times I
2003-03-17 Marco Pesenti Gritti <marco@it.gnome.org> * configure.in: respect aclocal flags. This was easy damnit, if I think how many times I had to rerun autogen ...
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b908cd113..3c45be6fd 100644
--- a/configure.in
+++ b/configure.in
@@ -43,6 +43,8 @@ AC_HEADER_STDC
AC_PROG_INTLTOOL
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+
GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS(error)