]> code.delx.au - gnu-emacs/blobdiff - GNUmakefile
In XTflash fix coordinate of bottom area to flash (Bug#16044).
[gnu-emacs] / GNUmakefile
index a2a630ba9d573c6e3f39d2a4f281bda90521ec69..856b47ca992a1efb5f89ec429fab6b7329a95b0a 100644 (file)
 # 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)
@@ -68,14 +62,14 @@ default $(filter-out configure Makefile,$(MAKECMDGOALS)): Makefile
 
 configure:
        @echo >&2 'There seems to be no "configure" file in this directory.'
-       @echo >&2 'Running ./autogen.sh || autogen/copy_autogen ...'
-       ./autogen.sh || autogen/copy_autogen
+       @echo >&2 'Running ./autogen.sh ...'
+       ./autogen.sh
        @echo >&2 '"configure" file built.'
 
 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