[cfarm-users] need help in porting libbsd to Solaris-10
Aleksey Cheusov
vle at gmx.net
Tue Apr 30 15:26:01 CEST 2024
> 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()])
More information about the cfarm-users
mailing list