Re: [bakefile-devel] Makefile.in
Vaclav Slavik <[email protected]>
| Newsgroups | gmane.editors.poedit.user |
|---|---|
| Message-ID | <200308021056.59909.vaclav.slavik__42357.919275719$1077447157@matfyz.cz> |
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 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 and you have to provide the rest, i.e. configure.in. It's not yet documented, but you must add a call to AC_BAKEFILE somewhere near the end of configure.in, but before AC_OUTPUT family of macros and for every <option name="FOO"> in your .bkl file(s) there must variable FOO set to valid value before you call AC_BAKEFILE in configure.in. Regards, Vaclav -- PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x465264C9
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/K3zbxDYa/UZSZMkRAkqrAKCbg3jrJYcFmbrlnGxyVtBjUsJuSgCfTiO/ ME/I1y9uUXVOkeJPvBAL0/A= =xwOM -----END PGP SIGNATURE-----