mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 15:27:00 +00:00
build-sys: autotools and gnulib related updates
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
c7e0058994
commit
5126e63665
2 changed files with 7 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ edit_cmd = sed \
|
|||
|
||||
$(PATHFILES): Makefile
|
||||
@ rm -f $@ $@.tmp
|
||||
$(AM_V_at) test -d $(dir $@) || mkdir -p $(dir $@)
|
||||
$(AM_V_at) mkdir -p $(dir $@)
|
||||
$(AM_V_GEN) srcdir=''; \
|
||||
test -f ./$@.in || srcdir=$(srcdir)/; \
|
||||
$(edit_cmd) $${srcdir}$@.in >$@.tmp
|
||||
|
|
|
|||
6
lib/.gitignore
vendored
6
lib/.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
|||
/attribute.h
|
||||
/basename-lgpl.c
|
||||
/basename-lgpl.h
|
||||
/calloc.c
|
||||
/c-ctype.c
|
||||
/c-ctype.h
|
||||
/c++defs.h
|
||||
|
|
@ -49,6 +50,7 @@
|
|||
/fpurge.c
|
||||
/freading.c
|
||||
/freading.h
|
||||
/free.c
|
||||
/fseek.c
|
||||
/fseeko.c
|
||||
/fstat.c
|
||||
|
|
@ -71,6 +73,9 @@
|
|||
/glthread/*
|
||||
/hard-locale.c
|
||||
/hard-locale.h
|
||||
/ialloc.c
|
||||
/ialloc.h
|
||||
/idx.h
|
||||
/inet_pton.c
|
||||
/intprops.h
|
||||
/inttypes.h
|
||||
|
|
@ -127,6 +132,7 @@
|
|||
/quotearg.c
|
||||
/quotearg.h
|
||||
/quote.h
|
||||
/reallocarray.c
|
||||
/realloc.c
|
||||
/setenv.c
|
||||
/setlocale-lock.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue