(CPPFLAGS_roken): rename to INCLUDES_roken
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9177 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,7 +10,7 @@ AC_REQUIRE([rk_CONFIG_HEADER])
|
|||||||
|
|
||||||
DIR_roken=roken
|
DIR_roken=roken
|
||||||
LIB_roken='$(top_builddir)/$1/libroken.la'
|
LIB_roken='$(top_builddir)/$1/libroken.la'
|
||||||
CPPFLAGS_roken='-I$(top_builddir)/$1 -I$(top_srcdir)/$1'
|
INCLUDES_roken='-I$(top_builddir)/$1 -I$(top_srcdir)/$1'
|
||||||
|
|
||||||
dnl Checks for programs
|
dnl Checks for programs
|
||||||
AC_REQUIRE([AC_PROG_CC])
|
AC_REQUIRE([AC_PROG_CC])
|
||||||
@@ -58,11 +58,13 @@ AC_CHECK_HEADERS([\
|
|||||||
gdbm/ndbm.h \
|
gdbm/ndbm.h \
|
||||||
grp.h \
|
grp.h \
|
||||||
ndbm.h \
|
ndbm.h \
|
||||||
|
net/if.h \
|
||||||
netdb.h \
|
netdb.h \
|
||||||
netinet/in.h \
|
netinet/in.h \
|
||||||
netinet/in6.h \
|
netinet/in6.h \
|
||||||
netinet/in_systm.h \
|
netinet/in_systm.h \
|
||||||
netinet6/in6.h \
|
netinet6/in6.h \
|
||||||
|
netinet6/in6_var.h \
|
||||||
paths.h \
|
paths.h \
|
||||||
pwd.h \
|
pwd.h \
|
||||||
resolv.h \
|
resolv.h \
|
||||||
@@ -74,6 +76,7 @@ AC_CHECK_HEADERS([\
|
|||||||
sys/proc.h \
|
sys/proc.h \
|
||||||
sys/resource.h \
|
sys/resource.h \
|
||||||
sys/socket.h \
|
sys/socket.h \
|
||||||
|
sys/sockio.h \
|
||||||
sys/stat.h \
|
sys/stat.h \
|
||||||
sys/sysctl.h \
|
sys/sysctl.h \
|
||||||
sys/time.h \
|
sys/time.h \
|
||||||
@@ -232,6 +235,8 @@ AC_FIND_FUNC_NO_LIBS(pidfile,util,
|
|||||||
#include <util.h>
|
#include <util.h>
|
||||||
#endif],0)
|
#endif],0)
|
||||||
|
|
||||||
|
dnl getifaddrs \
|
||||||
|
|
||||||
AC_BROKEN([ \
|
AC_BROKEN([ \
|
||||||
chown \
|
chown \
|
||||||
copyhostent \
|
copyhostent \
|
||||||
@@ -489,6 +494,7 @@ AC_HAVE_TYPE([socklen_t],[#include <sys/socket.h>])
|
|||||||
AC_HAVE_TYPE([struct sockaddr], [#include <sys/socket.h>])
|
AC_HAVE_TYPE([struct sockaddr], [#include <sys/socket.h>])
|
||||||
AC_HAVE_TYPE([struct sockaddr_storage], [#include <sys/socket.h>])
|
AC_HAVE_TYPE([struct sockaddr_storage], [#include <sys/socket.h>])
|
||||||
AC_HAVE_TYPE([struct addrinfo], [#include <netdb.h>])
|
AC_HAVE_TYPE([struct addrinfo], [#include <netdb.h>])
|
||||||
|
AC_HAVE_TYPE([struct ifaddrs], [#include <ifaddrs.h>])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check for struct winsize
|
dnl Check for struct winsize
|
||||||
@@ -515,5 +521,5 @@ LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)"
|
|||||||
|
|
||||||
AC_SUBST(DIR_roken)dnl
|
AC_SUBST(DIR_roken)dnl
|
||||||
AC_SUBST(LIB_roken)dnl
|
AC_SUBST(LIB_roken)dnl
|
||||||
AC_SUBST(CPPFLAGS_roken)dnl
|
AC_SUBST(INCLUDES_roken)dnl
|
||||||
])
|
])
|
Reference in New Issue
Block a user