Thread: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
hi,
when run configure -isf command, warning:
configure.in:189: warning: ac_lang_conftest: no ac_lang_source call detected in body.
in line 189 have: gld_get_nprocs
, in gld_get_nprocs.m4 have:
ac_defun([gld_get_nprocs],[
ac_msg_checking([for get_nprocs])
ac_compile_ifelse([#include <sys/sysinfo.h>
int main() { get_nprocs(); return 0; }],
ac_msg_result([yes]); ac_define(have_get_nprocs, 1, [define if get_nprocs available]),
ac_msg_result([no]))
])
think generating warning?
moved packaging , compiling programs.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
Ubuntu
Comments
Post a Comment