From f7c3580478601e3a77dc864e5a1d91c1edad5187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Mar 2018 05:31:03 +0100 Subject: New upstream version 0.9.9 --- lib/Makefile.gnulib | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.gnulib') diff --git a/lib/Makefile.gnulib b/lib/Makefile.gnulib index a3b8e8e..279a5c2 100644 --- a/lib/Makefile.gnulib +++ b/lib/Makefile.gnulib @@ -1,6 +1,6 @@ ## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -396,6 +396,7 @@ langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_U -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ + -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ @@ -540,7 +541,7 @@ EXTRA_libunistring_la_SOURCES += malloc.c libunistring_la_SOURCES += malloca.c -EXTRA_DIST += malloca.h malloca.valgrind +EXTRA_DIST += malloca.h ## end gnulib module malloca -- cgit v1.2.3 From 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Jun 2018 04:18:55 +0200 Subject: New upstream version 0.9.10 --- lib/Makefile.gnulib | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.gnulib') diff --git a/lib/Makefile.gnulib b/lib/Makefile.gnulib index 279a5c2..8b8a39d 100644 --- a/lib/Makefile.gnulib +++ b/lib/Makefile.gnulib @@ -1666,6 +1666,26 @@ endif ## end gnulib module unicase/u16-is-uppercase +## begin gnulib module unicase/u16-prefix-context + +if LIBUNISTRING_COMPILE_UNICASE_U16_PREFIX_CONTEXT +libunistring_la_SOURCES += unicase/u16-prefix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-prefix-context.h + +## end gnulib module unicase/u16-prefix-context + +## begin gnulib module unicase/u16-suffix-context + +if LIBUNISTRING_COMPILE_UNICASE_U16_SUFFIX_CONTEXT +libunistring_la_SOURCES += unicase/u16-suffix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-suffix-context.h + +## end gnulib module unicase/u16-suffix-context + ## begin gnulib module unicase/u16-tolower if LIBUNISTRING_COMPILE_UNICASE_U16_TOLOWER @@ -1826,6 +1846,26 @@ endif ## end gnulib module unicase/u32-is-uppercase +## begin gnulib module unicase/u32-prefix-context + +if LIBUNISTRING_COMPILE_UNICASE_U32_PREFIX_CONTEXT +libunistring_la_SOURCES += unicase/u32-prefix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-prefix-context.h + +## end gnulib module unicase/u32-prefix-context + +## begin gnulib module unicase/u32-suffix-context + +if LIBUNISTRING_COMPILE_UNICASE_U32_SUFFIX_CONTEXT +libunistring_la_SOURCES += unicase/u32-suffix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-suffix-context.h + +## end gnulib module unicase/u32-suffix-context + ## begin gnulib module unicase/u32-tolower if LIBUNISTRING_COMPILE_UNICASE_U32_TOLOWER @@ -1986,6 +2026,26 @@ endif ## end gnulib module unicase/u8-is-uppercase +## begin gnulib module unicase/u8-prefix-context + +if LIBUNISTRING_COMPILE_UNICASE_U8_PREFIX_CONTEXT +libunistring_la_SOURCES += unicase/u8-prefix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-prefix-context.h + +## end gnulib module unicase/u8-prefix-context + +## begin gnulib module unicase/u8-suffix-context + +if LIBUNISTRING_COMPILE_UNICASE_U8_SUFFIX_CONTEXT +libunistring_la_SOURCES += unicase/u8-suffix-context.c +endif + +EXTRA_DIST += unicase/context.h unicase/u-suffix-context.h + +## end gnulib module unicase/u8-suffix-context + ## begin gnulib module unicase/u8-tolower if LIBUNISTRING_COMPILE_UNICASE_U8_TOLOWER @@ -4604,7 +4664,6 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ - -e 's|@''HAVE_TRUNCATE''@|$(HAVE_TRUNCATE)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ @@ -4616,6 +4675,7 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ + -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ -- cgit v1.2.3