Re: [bakefile-devel] Makefile.in
Vaclav Slavik <[email protected]> Sat, 2 Aug 2003 10:56:59 +0200
| Newsgroups | gmane.text.documancer.user |
|---|---|
| Message-ID | <[email protected]> |
--Boundary-02=_bz3K/9ALhRaqzbA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline Hi, Lindsay Mathieson wrote: > Sorry - still being a dunce, autoconf seems to require > configure.in, which wxWindows has, but bakefile just seems to > generate a Makefile.in Yes. configure is not about makefiles but about=20 a) checking if the system provides everything the app needs to compile b) configuring the app at compile time (enabling features etc.) Bakefile is for makefiles, so it does it's job, generates Makefile.in=20 and you have to provide the rest, i.e. configure.in. It's not yet=20 documented, but you must add a call to AC_BAKEFILE somewhere near the=20 end of configure.in, but before AC_OUTPUT family of macros and for=20 every <option name=3D"FOO"> in your .bkl file(s) there must variable=20 =46OO set to valid value before you call AC_BAKEFILE in configure.in. Regards, Vaclav =2D-=20 PGP key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0x465264C9 --Boundary-02=_bz3K/9ALhRaqzbA Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/K3zbxDYa/UZSZMkRAkqrAKCbg3jrJYcFmbrlnGxyVtBjUsJuSgCfTiO/ ME/I1y9uUXVOkeJPvBAL0/A= =xwOM -----END PGP SIGNATURE----- --Boundary-02=_bz3K/9ALhRaqzbA--