From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/Makefile.am | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index acab040f..bbe61009 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -60,38 +60,10 @@ include Makefile.gnulib # Additional source files. libunistring_la_SOURCES += version.c -# The and replacements that can be installed. +# The replacement that can be installed. nobase_nodist_include_HEADERS = \ - unistring/stdbool.h \ unistring/stdint.h -# Produce an unistring/stdbool.h that is not compiler dependent. -# GCC >= 2.95 has . -# AIX >= 5.3 has . -# Solaris 10 and some HP-UX 11 versions have but it does not -# necessarily work. -unistring/stdbool.h : $(STDBOOL_H) stdbool.mini.h - @MKDIR_P@ unistring - rm -f $@-t $@ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - echo '#if !defined _GL_STDBOOL_H'; \ - if test -f /usr/include/stdbool.h; then \ - echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX'; \ - else \ - echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))'; \ - fi; \ - echo '#include '; \ - echo '#else'; \ - cat $(srcdir)/stdbool.mini.h; \ - echo '#endif'; \ - echo '#endif'; \ - } > $@-t - mv $@-t $@ -BUILT_SOURCES += unistring/stdbool.h -MOSTLYCLEANFILES += unistring/stdbool.h-t -CLEANFILES += unistring/stdbool.h -EXTRA_DIST += stdbool.mini.h - # Produce an unistring/stdint.h that is not compiler dependent. # Glibc >= 2 has . # GCC >= 4.5 provides , see https://gcc.gnu.org/gcc-4.5/changes.html. @@ -338,9 +310,9 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 # Libtool's library version information for libunistring. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=6 +LTV_CURRENT=7 LTV_REVISION=0 -LTV_AGE=1 +LTV_AGE=2 # How to build libunistring.la. libunistring_la_LDFLAGS += \ -- cgit v1.2.3