From owner-freebsd-questions Sat Sep 22 8:28: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gamma.root-servers.ch (gamma.root-servers.ch [195.49.62.126]) by hub.freebsd.org (Postfix) with SMTP id BA8A337B401 for ; Sat, 22 Sep 2001 08:28:00 -0700 (PDT) Received: (qmail 24784 invoked from network); 22 Sep 2001 15:27:58 -0000 Received: from dclient217-162-128-224.hispeed.ch (HELO athlon550) (217.162.128.224) by 0 with SMTP; 22 Sep 2001 15:27:58 -0000 Date: Sat, 22 Sep 2001 17:31:46 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.53bis) Educational Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <186166877106.20010922173146@buz.ch> To: questions@freebsd.org Subject: Getting autoconf to generate configure scripts compatible with BSD make... MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hello, I've been messing with automake and autoconf in order to generate configure scripts for a custom developped software package and while I now figured pretty much everything, I found the Makefiles generated by configure (which in turn was generated by autoconf) are only useable with gmake as BSD make will break on the following passage: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) - -include $(DEP_FILES) mostlyclean-depend: If I comment that one out, BSD make will work. Is there any way to get autoconf or configure to write BSD make compatible Makefiles in first place or am I stuck with either editing the Makefiles myself or using gmake (which isn't so much of a problem, I'd simply would find it more convenient to be able to build it without gmake as that would result in yet another dependency of which the code already got plenty...)? Best regards, Gabriel B -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQEVAwUBO6yg2cZa2WpymlDxAQFjrQf9GvHoTAp3iEmz5lHLE9JZSNmpeviPZ8Aq ULV7iqqZvmytTHGXg4n+mKENmdY2h+N6QKs89lQfgfEXtqSzInD5vDfA/j6pPuZK bQYhASyT9dIIQnvj/hInTGOcFYteMBFCy/BO34+zbDoaECVOD3ul9zbJF7CvLQ9C 48AA09jR0CmV/mtFx3Y93gNg4c1chmoWlXs5+7YubraO9ENJolSs+XpU74bgBWNK UoiIcCJJYwuf0AdK8qJ+GyV2VgU5VM76pLxoMHiYfu+Z67KvRmzy8VEzGFKCcDjd pWt3/tN8FCtsR88cfmeQ2+gXsYLo7CKDRSrkZt/ZDnXRAvm2m6adXQ== =L7Dw -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message