Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
79b0a98dff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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])])