mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
build-sys: reorder gnulib macro in relation to C standard
When ./bootstrap has ran it tells to - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC_C99, Also AC_USE_SYSTEM_EXTENSIONS is needed to suppress spurious gnulib warnings. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
3e677d8a24
commit
90c1a4e4c5
1 changed files with 2 additions and 1 deletions
|
|
@ -15,10 +15,11 @@ AC_CONFIG_SRCDIR([src/dhcpd-pools.h])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Checks for programs
|
||||
gl_EARLY
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
gl_INIT
|
||||
AC_C_RESTRICT
|
||||
AC_PROG_CC_C99
|
||||
gl_EARLY
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue