The error has "ABI_GETDELIM", but your first quoted line has "getgelim". (note second "g" where you almost certainly meant "d").
On Tue, Apr 30, 2024 at 6:26 AM Aleksey Cheusov <[email protected]> wrote: > > Based on just a couple minutes looking at the autoconf/automake goop, it > > appears that AM_CONDITIONAL is called for all the ABI_ identifiers > > via LIBBSD_SELECT_ABI (defined in m4/libbsd-compiler.m4). So, you are > > missing a LIBBSD_SELECT_ABI([getdelim], SOMETHING) in configure.ac. > > I have the following lines in configure.ac > > LIBBSD_SELECT_ABI([getgelim], [getdelim()]) > LIBBSD_SELECT_ABI([getline], [getline()]) > > just by analogy with other similar lines > > LIBBSD_SELECT_ABI([flopen], [flopen()/flopenat()]) > LIBBSD_SELECT_ABI([fmtcheck], [fmtcheck()]) > LIBBSD_SELECT_ABI([fpurge], [fpurge()]) > LIBBSD_SELECT_ABI([freezero], [freezero()]) > -- Paul H. Hargrove <[email protected]> Pronouns: he, him, his Computer Languages & Systems Software (CLaSS) Group Computer Science Department Lawrence Berkeley National Laboratory
_______________________________________________ cfarm-users mailing list [email protected] https://lists.tetaneutral.net/listinfo/cfarm-users
