From: phampson Date: Tue, 6 Jul 2004 23:12:34 +0000 (+0000) Subject: Regenerate using aclocal 1.4-p6 after acinclude.m4 1.2 X-Git-Tag: release_2_0_0_pre1~1985 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=2b17375bffcb8c743120e890e27961dd4ee12043;p=freeradius.git Regenerate using aclocal 1.4-p6 after acinclude.m4 1.2 --- diff --git a/aclocal.m4 b/aclocal.m4 index a552689..05b85d9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -152,6 +152,7 @@ AC_TRY_COMPILE([ #ifdef HAVE_UNISTD_H #include #endif +#include #include #include #include ], @@ -182,6 +183,7 @@ if test "x$ucdsnmp" = "x"; then #ifdef HAVE_UNISTD_H #include #endif +#include #include #include #include ], @@ -549,7 +551,7 @@ AC_DEFUN(FR_LIBLTDL_PATH, [ LIBLTDLPATH= if test x"$enable_ltdl_install" = x"yes"; then - AC_CONFIG_SUBDIRS(libltdl) + AC_CONFIG_SUBDIRS('libltdl') LIBLTDLPATH=libltdl fi AC_SUBST(LIBLTDLPATH)