build-sys: autotools and gnulib related updates

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2021-09-05 15:52:07 +01:00
parent c7e0058994
commit 5126e63665
No known key found for this signature in database
GPG key ID: 0D46FEF7E61DBB46
2 changed files with 7 additions and 1 deletions

View file

@ -40,7 +40,7 @@ edit_cmd = sed \
$(PATHFILES): Makefile $(PATHFILES): Makefile
@ rm -f $@ $@.tmp @ rm -f $@ $@.tmp
$(AM_V_at) test -d $(dir $@) || mkdir -p $(dir $@) $(AM_V_at) mkdir -p $(dir $@)
$(AM_V_GEN) srcdir=''; \ $(AM_V_GEN) srcdir=''; \
test -f ./$@.in || srcdir=$(srcdir)/; \ test -f ./$@.in || srcdir=$(srcdir)/; \
$(edit_cmd) $${srcdir}$@.in >$@.tmp $(edit_cmd) $${srcdir}$@.in >$@.tmp

6
lib/.gitignore vendored
View file

@ -6,6 +6,7 @@
/attribute.h /attribute.h
/basename-lgpl.c /basename-lgpl.c
/basename-lgpl.h /basename-lgpl.h
/calloc.c
/c-ctype.c /c-ctype.c
/c-ctype.h /c-ctype.h
/c++defs.h /c++defs.h
@ -49,6 +50,7 @@
/fpurge.c /fpurge.c
/freading.c /freading.c
/freading.h /freading.h
/free.c
/fseek.c /fseek.c
/fseeko.c /fseeko.c
/fstat.c /fstat.c
@ -71,6 +73,9 @@
/glthread/* /glthread/*
/hard-locale.c /hard-locale.c
/hard-locale.h /hard-locale.h
/ialloc.c
/ialloc.h
/idx.h
/inet_pton.c /inet_pton.c
/intprops.h /intprops.h
/inttypes.h /inttypes.h
@ -127,6 +132,7 @@
/quotearg.c /quotearg.c
/quotearg.h /quotearg.h
/quote.h /quote.h
/reallocarray.c
/realloc.c /realloc.c
/setenv.c /setenv.c
/setlocale-lock.c /setlocale-lock.c