require rk_CONFIG_HEADER; restructure slightly

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8711 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-19 15:04:01 +00:00
parent 0d98ca3a4f
commit d1850ea921

View File

@@ -6,12 +6,12 @@ dnl rk_ROKEN(subdir)
dnl
AC_DEFUN(rk_ROKEN, [
AC_REQUIRE([rk_CONFIG_HEADER])
DIR_roken=roken
LIB_roken='$(top_builddir)/lib/roken/libroken.la'
CPPFLAGS_roken='-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken'
AC_REQUIRE([rk_DB])
dnl Checks for programs
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_AWK])
@@ -28,6 +28,8 @@ AC_REQUIRE([AC_C_INLINE])
AC_REQUIRE([AC_C_CONST])
AC_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs)
AC_REQUIRE([rk_DB])
dnl C types
AC_REQUIRE([AC_TYPE_SIZE_T])
@@ -490,7 +492,7 @@ dnl
AC_HAVE_STRUCT_FIELD(struct sockaddr, sa_len, [#include <sys/types.h>
#include <sys/socket.h>])
dnl AC_CONFIG_FILES($1/Makefile) dnl breaks automake
AC_CONFIG_FILES($1/Makefile) dnl breaks automake
LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)"