kopia lustrzana https://gitlab.com/sane-project/frontends
configure.ac: added silent rules and downgraded gettext
Many recent systems still use gettext 0.19. 0.21 is too stringent.merge-requests/25/merge
rodzic
47ceea2ee9
commit
ee91c211db
|
@ -3,7 +3,10 @@
|
|||
|
||||
AC_PREREQ([2.71])
|
||||
AC_INIT([sane-frontends], [1.1.0], [sane-devel@alioth-lists.debian.net])
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/xscanimage.c])
|
||||
AC_CONFIG_HEADERS([include/sane/config.h])
|
||||
|
||||
|
@ -15,7 +18,7 @@ AC_PROG_RANLIB
|
|||
AM_PROG_AR
|
||||
|
||||
# Language
|
||||
AM_GNU_GETTEXT_VERSION([0.21])
|
||||
AM_GNU_GETTEXT_VERSION([0.19])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
# Options
|
||||
|
|
Ładowanie…
Reference in New Issue