* acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
Этот коммит содержится в:
родитель
7f08501250
Коммит
ffd87714d2
@ -1,5 +1,7 @@
|
|||||||
2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
|
2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
|
* acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
|
||||||
|
|
||||||
* src/Makefile.am: Move mc.hlp.ru processing ...
|
* src/Makefile.am: Move mc.hlp.ru processing ...
|
||||||
* doc/ru/Makefile.am: ... here.
|
* doc/ru/Makefile.am: ... here.
|
||||||
|
|
||||||
|
16
acinclude.m4
16
acinclude.m4
@ -93,7 +93,21 @@ AC_DEFUN([MC_WITH_VFS],[
|
|||||||
#include <rpc/rpc.h>
|
#include <rpc/rpc.h>
|
||||||
#include <rpc/pmap_prot.h>
|
#include <rpc/pmap_prot.h>
|
||||||
])
|
])
|
||||||
vfs_flags="$vfs_flags, mcfs, ftpfs, fish"
|
dnl
|
||||||
|
dnl mcfs support
|
||||||
|
dnl
|
||||||
|
mcfs="mcfs"
|
||||||
|
AC_ARG_WITH(mcfs,
|
||||||
|
[--with-mcfs Support mc's private file system],[
|
||||||
|
if test "x$withval" = "xno"; then
|
||||||
|
mcfs=""
|
||||||
|
fi
|
||||||
|
])
|
||||||
|
if test "x$mcfs" != "x"; then
|
||||||
|
AC_DEFINE(WITH_MCFS, 1, [Define to enable mc's private file system])
|
||||||
|
vfs_flags="$vfs_flags, mcfs"
|
||||||
|
fi
|
||||||
|
vfs_flags="$vfs_flags, ftpfs, fish"
|
||||||
use_net_code=true
|
use_net_code=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user