mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
licensing: use FreeBSD license (was GNUv3)
This change will also remove getopt source code and headers, which has GNU license that I cannot change. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
dd5b77b62c
commit
a31fd0d97a
15 changed files with 309 additions and 2222 deletions
|
|
@ -42,10 +42,6 @@ AC_TYPE_SIZE_T
|
|||
AC_FUNC_MALLOC
|
||||
AC_CHECK_FUNCS([inet_ntoa memset strerror strstr strdup])
|
||||
|
||||
# GNU commandline parsing in getopt.h present?
|
||||
AC_CHECK_HEADERS(getopt.h, AC_DEFINE(HAVE_GETOPT_H),
|
||||
import_sources="getopt.c getopt1.c $import_sources")
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
man/Makefile
|
||||
src/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue