Next: Modifying the build rules of a Gnulib import directory, Previous: Changing your link commands for use with Gnulib, Up: Invoking gnulib-tool [Contents][Index]
Gnulib contains a wealth of portability workarounds for ISO C and POSIX functions. They are listed in detail in the chapter ISO C and POSIX Function Substitutes. If you want to know which function substitutes are recommended for your package, you can search your source code for ISO C and POSIX functions that it uses and read the corresponding sections of said documentation chapter. But this is a tedious task. Here is an alternative approach that makes this task easier.
make distclean
if you previously built in the top-level directory.
Then regenerate the Autotools-generated parts of the package.
make distclean
.