aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-16 00:11:58 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-16 00:11:58 +0300
commitadf76dcb839c5108b5a21d6cde085c9ba6fd8ec5 (patch)
tree0c30b46c33f8e8268a9be4487e2b5b98b522acc8
parent13833240766aacc111f90c205d5dfe4373fa1e48 (diff)
downloadanubis-adf76dcb839c5108b5a21d6cde085c9ba6fd8ec5.tar.gz
anubis-adf76dcb839c5108b5a21d6cde085c9ba6fd8ec5.tar.bz2
Update for the recent automake version
* gint: Upgrade. * lib/.gitignore: Add new files. * src/Makefile.am: Use AM_CPPFLAGS instead of the obsolete INCLUDES. * testsuite/Makefile.am: Likewise.
m---------gint0
-rw-r--r--lib/.gitignore26
-rw-r--r--src/Makefile.am2
-rw-r--r--testsuite/Makefile.am2
4 files changed, 28 insertions, 2 deletions
diff --git a/gint b/gint
-Subproject a5774356a1c12d1bcb55b6322710e347e1604fc
+Subproject fd86bf7d44b0c970771830692ae7491447ebe8b
diff --git a/lib/.gitignore b/lib/.gitignore
index 691e3e1..a3fb283 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -11,7 +11,9 @@ error.c
error.h
exitfail.c
exitfail.h
+fseek.c
fseeko.c
+fstat.c
getdelim.c
getline.c
getopt.c
@@ -22,12 +24,16 @@ getopt_int.h
getpass.c
getpass.h
gettext.h
+gettimeofday.c
gnulib.mk
intprops.h
langinfo.h
langinfo.in.h
localcharset.c
localcharset.h
+locale.h
+locale.in.h
+localeconv.c
lseek.c
malloc.c
malloca.c
@@ -35,6 +41,12 @@ malloca.h
malloca.valgrind
mbrtowc.c
mbsinit.c
+mbtowc-impl.h
+mbtowc.c
+msvc-inval.c
+msvc-inval.h
+msvc-nothrow.c
+msvc-nothrow.h
nl_langinfo.c
obstack.c
obstack.h
@@ -64,19 +76,33 @@ stdlib.h
stdlib.in.h
strdup.c
streq.h
+strerror-override.c
+strerror-override.h
strerror.c
string.h
string.in.h
+sys
+sys_stat.h
+sys_stat.in.h
+sys_time.h
+sys_time.in.h
+sys_types.h
+sys_types.in.h
sysexits.h
sysexits.in.h
+time.h
+time.in.h
+unistd.c
unistd.h
unistd.in.h
verify.h
wchar.h
wchar.in.h
wcrtomb.c
+wctype-h.c
wctype.h
wctype.in.h
xalloc-die.c
+xalloc-oversized.h
xalloc.h
xmalloc.c
diff --git a/src/Makefile.am b/src/Makefile.am
index d28dea3..9e6b08e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,7 +100,7 @@ BUILT_SOURCES = env.c
localedir = $(datadir)/locale
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
-INCLUDES = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
+AM_CPPFLAGS = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
SUFFIXES=.opt .c
.opt.c:
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index ef5fba7..c60e248 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -25,7 +25,7 @@ noinst_PROGRAMS = mta findport
SUBDIRS = . etc data
mta_LDADD = @LIBGNUTLS_LIBS@
-INCLUDES = @LIBGNUTLS_INCLUDES@
+AM_CPPFLAGS = @LIBGNUTLS_INCLUDES@
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \

Return to:

Send suggestions and report system problems to the System administrator.