mirror of https://github.com/MidnightCommander/mc
* acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
* configure.in: Substitute Perl location in all extfs scripts written in Perl.
This commit is contained in:
parent
d7bc37f747
commit
7f84fee73d
|
@ -1,3 +1,9 @@
|
||||||
|
2002-12-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* acinclude.m4 (MC_EXTFS_CHECKS): Add check for Perl.
|
||||||
|
* configure.in: Substitute Perl location in all extfs scripts
|
||||||
|
written in Perl.
|
||||||
|
|
||||||
2002-12-11 David Martin <dmartina@excite.com>
|
2002-12-11 David Martin <dmartina@excite.com>
|
||||||
|
|
||||||
* doc/xnc.hlp: Update GPL (change FSF address
|
* doc/xnc.hlp: Update GPL (change FSF address
|
||||||
|
|
|
@ -51,6 +51,7 @@ AC_DEFUN([MC_EXTFS_CHECKS], [
|
||||||
HAVE_ZIPINFO=0
|
HAVE_ZIPINFO=0
|
||||||
fi
|
fi
|
||||||
AC_SUBST([HAVE_ZIPINFO])
|
AC_SUBST([HAVE_ZIPINFO])
|
||||||
|
AC_PATH_PROG([PERL], [perl], [/usr/bin/perl])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|
10
configure.in
10
configure.in
|
@ -575,12 +575,20 @@ m4/Makefile
|
||||||
|
|
||||||
lib/mc.ext
|
lib/mc.ext
|
||||||
|
|
||||||
|
vfs/extfs/a
|
||||||
|
vfs/extfs/apt
|
||||||
vfs/extfs/audio
|
vfs/extfs/audio
|
||||||
vfs/extfs/deb
|
vfs/extfs/deb
|
||||||
|
vfs/extfs/deba
|
||||||
|
vfs/extfs/debd
|
||||||
|
vfs/extfs/dpkg
|
||||||
vfs/extfs/lslR
|
vfs/extfs/lslR
|
||||||
|
vfs/extfs/mailfs
|
||||||
|
vfs/extfs/patchfs
|
||||||
|
vfs/extfs/rpms
|
||||||
vfs/extfs/uar
|
vfs/extfs/uar
|
||||||
vfs/extfs/ulha
|
|
||||||
vfs/extfs/uha
|
vfs/extfs/uha
|
||||||
|
vfs/extfs/ulha
|
||||||
vfs/extfs/urar
|
vfs/extfs/urar
|
||||||
vfs/extfs/uzip
|
vfs/extfs/uzip
|
||||||
vfs/extfs/uzoo
|
vfs/extfs/uzoo
|
||||||
|
|
Loading…
Reference in New Issue