kopia lustrzana https://gitlab.com/sane-project/backends
Prefer gettext's --disable-nls option
rodzic
c676acbe47
commit
ec4fe7ec72
5
README
5
README
|
@ -111,11 +111,6 @@ configure options, there are the following SANE specific options:
|
||||||
configuration file. Please refer to the backend's man pages for
|
configuration file. Please refer to the backend's man pages for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
--disable-translations
|
|
||||||
Disable installation of translated backend options. If you get
|
|
||||||
errors in the po/ directory during build, use this option.
|
|
||||||
See po/README for details.
|
|
||||||
|
|
||||||
--enable-locking
|
--enable-locking
|
||||||
Means, that some backends will use a lockfile for allowing multiple
|
Means, that some backends will use a lockfile for allowing multiple
|
||||||
access to one scanner. This is useful, i.e. one frontend is scanning
|
access to one scanner. This is useful, i.e. one frontend is scanning
|
||||||
|
|
16
configure.ac
16
configure.ac
|
@ -740,22 +740,6 @@ AC_ARG_ENABLE(parport-directio,
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_ARG_ENABLE(translations,
|
|
||||||
AS_HELP_STRING([--disable-translations],
|
|
||||||
[don't install translations of backend options]),,
|
|
||||||
enable_translations=yes)
|
|
||||||
if eval "test x$enable_translations = xyes" ; then
|
|
||||||
if test x$MSGFMT = xno || test x$XGETTEXT = xno || test $MSGMERGE = no ; then
|
|
||||||
enable_translations=no
|
|
||||||
echo "disabling translations (missing msgfmt, xgettext or msgmerge)"
|
|
||||||
else
|
|
||||||
echo "enabling translations"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "disabling translations"
|
|
||||||
fi
|
|
||||||
AM_CONDITIONAL(ENABLE_TRANSLATIONS, test x$enable_translations = xyes)
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(latex,
|
AC_ARG_ENABLE(latex,
|
||||||
AS_HELP_STRING([--disable-latex],
|
AS_HELP_STRING([--disable-latex],
|
||||||
[disable use of latex, et.al., to generate documentation]),,
|
[disable use of latex, et.al., to generate documentation]),,
|
||||||
|
|
Ładowanie…
Reference in New Issue