* acinclude.m4: Replace undelfs_o with use_undelfs.
* configure.in: Likewise. Don't substitute it.
Этот коммит содержится в:
родитель
05af9f14c7
Коммит
6d53415313
@ -1,5 +1,8 @@
|
|||||||
2002-09-13 Pavel Roskin <proski@gnu.org>
|
2002-09-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* acinclude.m4: Replace undelfs_o with use_undelfs.
|
||||||
|
* configure.in: Likewise. Don't substitute it.
|
||||||
|
|
||||||
* configure.in: Simplify processing of without-edit. Replace
|
* configure.in: Simplify processing of without-edit. Replace
|
||||||
several variables with use_edit.
|
several variables with use_edit.
|
||||||
* acinclude.m4: Remove AC_WITH_EDIT.
|
* acinclude.m4: Remove AC_WITH_EDIT.
|
||||||
|
@ -660,7 +660,7 @@ AC_DEFUN([AC_EXT2_UNDEL], [
|
|||||||
if test "$ext2fs_undel" = yes; then
|
if test "$ext2fs_undel" = yes; then
|
||||||
AC_MSG_NOTICE([using ext2fs file recovery code])
|
AC_MSG_NOTICE([using ext2fs file recovery code])
|
||||||
vfs_flags="${vfs_flags}, undelfs"
|
vfs_flags="${vfs_flags}, undelfs"
|
||||||
undelfs_o="undelfs.o"
|
use_undelfs=yes
|
||||||
MCLIBS="$MCLIBS $EXT2FS_UNDEL_LIBS"
|
MCLIBS="$MCLIBS $EXT2FS_UNDEL_LIBS"
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE([not using ext2fs file recovery code])
|
AC_MSG_NOTICE([not using ext2fs file recovery code])
|
||||||
|
@ -508,8 +508,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
undelfs_o=""
|
|
||||||
|
|
||||||
if test $use_vfs = yes; then
|
if test $use_vfs = yes; then
|
||||||
AC_ARG_WITH(ext2undel,
|
AC_ARG_WITH(ext2undel,
|
||||||
[ --with-ext2undel Compile with ext2 undelete code [[yes if found]]],
|
[ --with-ext2undel Compile with ext2 undelete code [[yes if found]]],
|
||||||
@ -525,8 +523,6 @@ if test $use_vfs = yes; then
|
|||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(undelfs_o)
|
|
||||||
|
|
||||||
|
|
||||||
dnl Ncurses specific checks
|
dnl Ncurses specific checks
|
||||||
dnl
|
dnl
|
||||||
@ -655,7 +651,7 @@ fi
|
|||||||
AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
|
AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
|
||||||
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
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 "$undelfs_o"])
|
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(USE_MCFS, [test -n "$use_mcfs"])
|
||||||
AM_CONDITIONAL(INCLUDED_SLANG,
|
AM_CONDITIONAL(INCLUDED_SLANG,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user