summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-24 07:03:30 +0000
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-24 07:03:30 +0000
commit1c222954927bdf14f2f843388d7cd616159f4dee (patch)
tree5ee2f85b199da6c3b86a216b71b40f66930c8bef
parent46db5cf34c2f326275a8135cd8af79e209f4d885 (diff)
downloadshared-mime-info-1c222954927bdf14f2f843388d7cd616159f4dee.tar.gz
Remove --enable-compile-warnings from the default arguments passed to
2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org> * macros2/autogen.sh: Remove --enable-compile-warnings from the default arguments passed to configure because it break GNOME_COMPILE_WARNINGS macro. svn path=/trunk/; revision=2908
-rw-r--r--ChangeLog8
-rw-r--r--macros2/autogen.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5d1df64..763798e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-24 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * macros2/autogen.sh:
+
+ Remove --enable-compile-warnings from the default arguments
+ passed to configure because it break GNOME_COMPILE_WARNINGS
+ macro.
+
2003-05-24 Malcolm Tredinnick <malcolm@commsecure.com.au>
* MAINTAINERS: Put myself in as maintainer.
diff --git a/macros2/autogen.sh b/macros2/autogen.sh
index f04f5e2d..1d19806d 100644
--- a/macros2/autogen.sh
+++ b/macros2/autogen.sh
@@ -372,7 +372,7 @@ for configure_ac in $configure_files; do
fi
done
-conf_flags="--enable-maintainer-mode --enable-compile-warnings"
+conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then
printbold Running $srcdir/configure $conf_flags "$@" ...