Minimal example for understanding the usage of TESTS in Makefile.am

2013-08-01 Thread Peng Yu
Hi, I'm not able to understand the usage of TESTS in Makefile.am, as there are many other things discussed in conjunction with TESTS and which obscures the description of TESTS. Could anybody point me a minimal example (without any things unrelated to TESTS) that demonstrates the usage of TESTS? T

How to autotools figure what library need to be linked to?

2021-03-29 Thread Peng Yu
Hi, crypt(3) does not need -lcrypt on macOS, but need -lcrypt on Linux. How does autotools determine what library is need to be linked based on the source code? Thanks. -- Regards, Peng

Re: How to autotools figure what library need to be linked to?

2021-03-30 Thread Peng Yu
I am confused about what belongs to autoconf and what belongs to automake. For the usually configure -> make -> make install, what belongs to autoconf what belongs to automake? Thanks. On 3/30/21, Bob Friesenhahn wrote: > On Mon, 29 Mar 2021, Peng Yu wrote: > >> Hi, >&