aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 641aa39e7..9baf61ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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 ...
+
2003-03-17 Zbigniew Chyla <cyba@gnome.pl>
* configure.in (ALL_LINGUAS): Added pl (Polish).
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)