The following commit has been merged in the master branch:
commit 79b0a98dff5e8aaf3ee94d301613278cf1bd5593
Author: Guillem Jover <[email protected]>
Date: Tue Nov 2 05:55:51 2010 +0100
build: Change the strictness from gnu to foreign
This is not a GNU project and thus we don't abide by the GNU
conventions.
diff --git a/configure.ac b/configure.ac
index 0ba059a..e4fa988 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_USE_SYSTEM_EXTENSIONS
DPKG_ARCHITECTURE
-AM_INIT_AUTOMAKE([1.8 gnu nostdinc])
+AM_INIT_AUTOMAKE([1.8 foreign nostdinc])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]