kopia lustrzana https://gitlab.com/sane-project/backends
Added option --enable-translations to configure. I18N support is
disabled by default. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
24d1202364
commit
bdb2579640
|
@ -33,7 +33,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALLED_INCLUDES = $(addprefix $(top_srcdir)/include/sane/,sane.h \
|
INSTALLED_INCLUDES = $(addprefix $(top_srcdir)/include/sane/,sane.h \
|
||||||
saneopts.h)
|
saneopts.h)
|
||||||
|
|
||||||
SUBDIRS = lib sanei backend frontend doc tools
|
SUBDIRS = lib sanei backend frontend doc tools po
|
||||||
|
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
|
|
Plik diff jest za duży
Load Diff
|
@ -337,6 +337,13 @@ AC_ARG_ENABLE(parport-directio,
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(translations,
|
||||||
|
[ --enable-translations install translations of backend options [default=no]],
|
||||||
|
INSTALL_TRANSLATIONS=install-translations,
|
||||||
|
INSTALL_TRANSLATIONS=
|
||||||
|
)
|
||||||
|
AC_SUBST(INSTALL_TRANSLATIONS)
|
||||||
|
|
||||||
AC_PATH_PROG(SANE_CONFIG_PATH, sane-config, no)
|
AC_PATH_PROG(SANE_CONFIG_PATH, sane-config, no)
|
||||||
AC_CHECK_LIB(sane, sane_init, LIBSANE_EXISTS="yes")
|
AC_CHECK_LIB(sane, sane_init, LIBSANE_EXISTS="yes")
|
||||||
|
|
||||||
|
@ -347,7 +354,7 @@ AC_SUBST(DLL_PRELOAD)
|
||||||
|
|
||||||
AC_OUTPUT([Makefile lib/Makefile sanei/Makefile frontend/Makefile
|
AC_OUTPUT([Makefile lib/Makefile sanei/Makefile frontend/Makefile
|
||||||
japi/Makefile backend/Makefile include/Makefile doc/Makefile
|
japi/Makefile backend/Makefile include/Makefile doc/Makefile
|
||||||
testsuite/Makefile
|
po/Makefile testsuite/Makefile
|
||||||
tools/Makefile tools/sane-config],)
|
tools/Makefile tools/sane-config],)
|
||||||
|
|
||||||
if test "$SANE_CONFIG_PATH" != "no" ; then
|
if test "$SANE_CONFIG_PATH" != "no" ; then
|
||||||
|
|
Ładowanie…
Reference in New Issue