diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-18 06:38:09 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-18 06:38:09 +0800 |
commit | b3560643271d1c4b9eb16d96c2e9b065546628e9 (patch) | |
tree | 8ee330ec3a2490646a1531cdc8bd989560998f9c /configure.in | |
parent | dff4d10cd7198ddd3ec2b15ca125c24b2efa8063 (diff) | |
download | gsoc2013-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.in | 2 |
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) |