mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* configure.in: MCFGR variable removed
This commit is contained in:
parent
c9ac96aa29
commit
3cce6a7720
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user