* configure.in: Remove all references to SEDCMD and SEDCMD2 -

they are usused.
* Make.common.in: Likewise.
This commit is contained in:
Pavel Roskin 2001-07-06 20:49:46 +00:00
parent e09c2cba92
commit e477609511
3 changed files with 6 additions and 11 deletions

View File

@ -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> 2001-06-29 Pavel Roskin <proski@gnu.org>
* ABOUT-NLS: Update to the version from gettext-0.10.38. * ABOUT-NLS: Update to the version from gettext-0.10.38.

View File

@ -32,8 +32,6 @@ man8dir = $(mandir)/man8
man8ext = 8 man8ext = 8
# Tools & program stuff # Tools & program stuff
SEDCMD = @SEDCMD@
SEDCMD2 = @SEDCMD2@
@SET_MAKE@ @SET_MAKE@
CC = @CC@ CC = @CC@
CPP = @CPP@ CPP = @CPP@

View File

@ -881,15 +881,6 @@ esac
AC_SUBST(cons_saver) AC_SUBST(cons_saver)
AC_SUBST(PAMLIBS) 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
dnl Basic support for charset conversion. dnl Basic support for charset conversion.
dnl May be useful e.g. for converting help and hints. dnl May be useful e.g. for converting help and hints.