don't use AC_CONFIG_FILES here, since it doesn't work with automake

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9222 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-11-29 18:02:25 +00:00
parent f432e98658
commit 903650dac1

View File

@@ -515,7 +515,9 @@ dnl
AC_HAVE_STRUCT_FIELD(struct sockaddr, sa_len, [#include <sys/types.h>
#include <sys/socket.h>])
AC_CONFIG_FILES($1/Makefile) dnl breaks automake
dnl won't work with automake
dnl moved to AC_OUTPUT in configure.in
dnl AC_CONFIG_FILES($1/Makefile)
LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)"