mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Remove all references to SEDCMD and SEDCMD2 -
they are usused. * Make.common.in: Likewise.
This commit is contained in:
parent
e09c2cba92
commit
e477609511
@ -1,3 +1,9 @@
|
||||
2001-07-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Remove all references to SEDCMD and SEDCMD2 -
|
||||
they are usused.
|
||||
* Make.common.in: Likewise.
|
||||
|
||||
2001-06-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* ABOUT-NLS: Update to the version from gettext-0.10.38.
|
||||
|
@ -32,8 +32,6 @@ man8dir = $(mandir)/man8
|
||||
man8ext = 8
|
||||
|
||||
# Tools & program stuff
|
||||
SEDCMD = @SEDCMD@
|
||||
SEDCMD2 = @SEDCMD2@
|
||||
@SET_MAKE@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
|
@ -881,15 +881,6 @@ esac
|
||||
AC_SUBST(cons_saver)
|
||||
AC_SUBST(PAMLIBS)
|
||||
|
||||
dnl
|
||||
dnl We need sed in order to fix the library files
|
||||
dnl
|
||||
SEDCMD="sed 's/-man/$MANDOC/'"
|
||||
SEDCMD2="sed 's%@prefix@%\$(prefix)%'"
|
||||
AC_SUBST(SEDCMD)
|
||||
AC_SUBST(SEDCMD2)
|
||||
|
||||
|
||||
dnl
|
||||
dnl Basic support for charset conversion.
|
||||
dnl May be useful e.g. for converting help and hints.
|
||||
|
Loading…
Reference in New Issue
Block a user