Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2001 17:31:46 +0200
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        questions@freebsd.org
Subject:   Getting autoconf to generate configure scripts compatible with BSD make...
Message-ID:  <186166877106.20010922173146@buz.ch>

next in thread | raw e-mail | index | archive | help
-----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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?186166877106.20010922173146>