1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

Modernize Automake files.

This commit is contained in:
Ludovic Courtès 2008-06-28 22:00:44 +02:00
parent ecb5d146f7
commit e01343d646
6 changed files with 20 additions and 9 deletions

View file

@ -1,5 +1,8 @@
2008-06-28 Ludovic Courtès <ludo@gnu.org>
* Makefile.am (INCLUDES): Renamed to...
(AM_CPPFLAGS): this, to match current Automake conventions.
* srfi-19.scm (priv:read-tai-utc-data): Use `eof-object?'
instead of comparing LINE with `eof'.

View file

@ -26,7 +26,7 @@ DEFS = @DEFS@ @EXTRA_DEFS@
## Check for headers in $(srcdir)/.., so that #include
## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
## building.
INCLUDES = -I.. -I$(srcdir)/..
AM_CPPFLAGS = -I.. -I$(srcdir)/..
srfiincludedir = $(pkgincludedir)/srfi
@ -86,9 +86,9 @@ TAGS_FILES = $(srfi_DATA)
GUILE_SNARF = ../libguile/guile-snarf
MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
MKDEP = gcc -M -MG $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
SUFFIXES = .x
.c.x: