Change name of automake constant 'USE_MCFS' to 'ENABLE_VFS_MCFS'
Этот коммит содержится в:
родитель
f49ce170f0
Коммит
428ea1b406
@ -545,7 +545,7 @@ AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
|||||||
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
||||||
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$use_undelfs"])
|
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$use_undelfs"])
|
||||||
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
||||||
AM_CONDITIONAL(USE_MCFS, [test -n "$use_mcfs"])
|
AM_CONDITIONAL(ENABLE_VFS_MCFS, [test -n "$use_mcfs"])
|
||||||
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|
||||||
AM_CONDITIONAL(CONS_SAVER, [test -n "$cons_saver"])
|
AM_CONDITIONAL(CONS_SAVER, [test -n "$cons_saver"])
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
DIST_SUBDIRS = es hu it pl ru sr
|
DIST_SUBDIRS = es hu it pl ru sr
|
||||||
SUBDIRS = $(DOC_LINGUAS)
|
SUBDIRS = $(DOC_LINGUAS)
|
||||||
|
|
||||||
if USE_MCFS
|
if ENABLE_VFS_MCFS
|
||||||
man_MANS = mc.1 mcedit.1 mcview.1 mcserv.8
|
man_MANS = mc.1 mcedit.1 mcview.1 mcserv.8
|
||||||
else
|
else
|
||||||
man_MANS = mc.1 mcedit.1 mcview.1
|
man_MANS = mc.1 mcedit.1 mcview.1
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
LANG=es
|
LANG=es
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
else
|
|
||||||
man_MANS = mc.1
|
|
||||||
endif
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
LANG=hu
|
LANG=hu
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
else
|
|
||||||
man_MANS = mc.1
|
|
||||||
endif
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
LANG=it
|
LANG=it
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
else
|
|
||||||
man_MANS = mc.1
|
|
||||||
endif
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
LANG=pl
|
LANG=pl
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
else
|
|
||||||
man_MANS = mc.1
|
|
||||||
endif
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
LANG=ru
|
LANG=ru
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
else
|
|
||||||
man_MANS = mc.1
|
|
||||||
endif
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
LANG=sr
|
LANG=sr
|
||||||
mandir = @mandir@/$(LANG)
|
mandir = @mandir@/$(LANG)
|
||||||
if USE_MCFS
|
if ENABLE_VFS_MCFS
|
||||||
man_MANS = mc.1 mcserv.8
|
man_MANS = mc.1 mcserv.8
|
||||||
else
|
else
|
||||||
man_MANS = mc.1
|
man_MANS = mc.1
|
||||||
|
@ -87,7 +87,7 @@ else
|
|||||||
libvfs_mc_a_SOURCES = $(NONETFILES)
|
libvfs_mc_a_SOURCES = $(NONETFILES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_MCFS
|
if ENABLE_VFS_MCFS
|
||||||
sbin_PROGRAMS = mcserv
|
sbin_PROGRAMS = mcserv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user