GNUmakefile (Makefile): Don't use $(CFG).
(CFG): Don't compute.
2013-11-28 Eli Zaretskii <eliz@gnu.org>
+ * GNUmakefile (Makefile): Don't use $(CFG).
+ (CFG): Don't compute.
+
* configure.ac (PATH_SEP): Set and AC_SUBST.
2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
# run "configure" by hand. But run autogen.sh first, if the source
# was checked out directly from the repository.
-ifneq ($(MSYSTEM),)
-CFG = CONFIG_SITE=$(CURDIR)/nt/mingw-cfg.site
-else
-CFG =
-endif
-
# If a Makefile already exists, just use it.
ifeq ($(wildcard Makefile),Makefile)
Makefile: configure
@echo >&2 'There seems to be no Makefile in this directory.'
@echo >&2 'Running ./configure ...'
- $(CFG) ./configure
+ ./configure
@echo >&2 'Makefile built.'
endif