mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Use Gnulib's `warning' module.
* m4/gnulib-cache.m4: Add `warnings'. * configure.ac: Use `gl_WARN_ADD' to check whether compiler flags are supported. * libguile/Makefile.am (libguile_la_LIBADD): Add $(LTLIBICONV). (libguile_la_LDFLAGS): Add $(INET_NTOP_LIB) $(INET_PTON_LIB).
This commit is contained in:
parent
e614d37577
commit
f29ded4b67
20 changed files with 266 additions and 114 deletions
|
@ -27,11 +27,11 @@
|
|||
#else
|
||||
# include <config.h>
|
||||
# if FPRINTFTIME
|
||||
# include "ignore-value.h"
|
||||
# include "fprintftime.h"
|
||||
# else
|
||||
# include "strftime.h"
|
||||
# endif
|
||||
# include "ignore-value.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue