Преглед изворни кода

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 година
родитељ
комит
79b0a98dff
1 измењених фајлова са 1 додато и 1 уклоњено
  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])])