Ver código fonte

Fix configure option '--disable-silent-rules' not working

legacy
WHR 6 anos atrás
pai
commit
cb8e3856e4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Ver arquivo

@@ -14,9 +14,9 @@ AC_INIT(lolengine, 0.0)
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules]) AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules])
dnl AM_MAINTAINER_MODE dnl AM_MAINTAINER_MODE
AM_DEFAULT_VERBOSITY=0


dnl Versioning of the separate software we ship dnl Versioning of the separate software we ship
LOLUNIT_VERSION=0.1 LOLUNIT_VERSION=0.1


Carregando…
Cancelar
Salvar