* configure.in: MCFGR variable removed

This commit is contained in:
Pavel Roskin 2000-09-14 14:03:52 +00:00
parent c9ac96aa29
commit 3cce6a7720
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-09-13 Pavel Roskin <proski@gnu.org>
* configure.in: MCFGR variable removed
2000-09-12 Pavel Roskin <proski@gnu.org>
* configure.in: enable AM_MAINTAINER_MODE to be consistent with

View File

@ -1198,7 +1198,6 @@ AC_SUBST(LIBS)
ac_cv_make_with_percent_rules=no
if test x$ac_cv_prog_gnu_make = xyes; then
MCFG='include ../Make.common'
MCFGR='include ./Make.common'
MCF=/dev/null
PHONY='.PHONY:'
DOTDEPEND='-include .depend'
@ -1206,7 +1205,6 @@ if test x$ac_cv_prog_gnu_make = xyes; then
ac_cv_make_with_percent_rules=yes
else
MCFG=""
MCFGR=""
MCF=./Make.common
PHONY='#'
DOTDEPEND=""
@ -1215,7 +1213,6 @@ fi
AC_SUBST(PHONY)
AC_SUBST(WRITEDEP)
AC_SUBST(MCFG)
AC_SUBST(MCFGR)
AC_SUBST(DOTDEPEND)
AC_SUBST_FILE(MCF)