Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-AuthUser: gerrit:koeln.convey.de Date: Mon, 9 Jun 2003 11:05:47 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <1793177739.20030609110547@familiehaase.de> To: cygwin AT cygwin DOT com Subject: autoconf, make: checking whether make sets $(MAKE)... ac_maketemp="make": not found MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo, I have weird 'make' behaviour since yesterday. 'MAKE' is not set by `make` but is was always set before: $ echo AC_INIT > configure.ac $ echo AC_PROG_MAKE_SET >> configure.ac $ libtoolize -c -f --automake $ aclocal $ automake -a -f configure.ac: `AM_INIT_AUTOMAKE' must be used configure.ac: installing `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' automake: no `Makefile.am' found or specified $ autoconf $ ./configure checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking whether make sets $(MAKE)... ac_maketemp="make": not found no I never saw this before...MAKE was set by make as long as I can think of. What may cause such a behaviour? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/