Browse Source

build: Change the strictness from gnu to foreign

This is not a GNU project and thus we don't abide by the GNU
conventions.
Guillem Jover 15 years ago
parent
commit
79b0a98dff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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])])