mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
build-sys: add gnulib
This will mean better portability, and a good reason to get rid of various portability autotools directives which where part of this project. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b5e518cd5e
commit
ab699e71ad
18 changed files with 1309 additions and 256 deletions
54
.gitignore
vendored
54
.gitignore
vendored
|
|
@ -1,27 +1,27 @@
|
|||
aclocal.m4
|
||||
autom4te.cache/
|
||||
autoscan.log
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.h.in~
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
configure.scan
|
||||
contrib/Makefile
|
||||
contrib/Makefile.in
|
||||
depcomp
|
||||
INSTALL
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4/*.m4
|
||||
Makefile
|
||||
Makefile.in
|
||||
man/Makefile
|
||||
man/Makefile.in
|
||||
missing
|
||||
stamp-h1
|
||||
tags
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
/autoscan.log
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure.scan
|
||||
/contrib/Makefile
|
||||
/contrib/Makefile.in
|
||||
/depcomp
|
||||
/INSTALL
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/m4
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/man/Makefile
|
||||
/man/Makefile.in
|
||||
/missing
|
||||
/stamp-h1
|
||||
/tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue