check if libltdl is to be installable, and set LIBLTDL and INCLTDL
authoraland <aland>
Thu, 14 Sep 2000 15:19:53 +0000 (15:19 +0000)
committeraland <aland>
Thu, 14 Sep 2000 15:19:53 +0000 (15:19 +0000)
to the appropriate paths

Make.inc.in
configure.in

index 7758449..0179b24 100644 (file)
@@ -39,4 +39,7 @@ RUNDIR                = @localstatedir@/run
 SBINDIR                = @sbindir@
 RADIR          = @radacctdir@
 
+LIBLTDL                = @LIBLTDL@
+INCLTDL                = @INCLTDL@
+
 BUILDDBM       = @BUILDDBM@
index 0fd4224..25ac939 100644 (file)
@@ -51,6 +51,9 @@ if test -z "$makever"; then
                from ftp://prep.ai.mit.edu/pub/gnu/make/ before continuing.)
 fi
 
+dnl libltdl is installable
+AC_LIBLTDL_INSTALLABLE
+
 dnl ensure that we're looking for dlopen
 AC_LIBTOOL_DLOPEN
 
@@ -611,6 +614,8 @@ dnl # Figure out where libtool is located,
 dnl #
 LIBTOOL="`pwd`/libtool"
 AC_SUBST(LIBTOOL)
+AC_SUBST(LIBLTDL)
+AC_SUBST(INCLTDL)
 
 dnl #############################################################
 dnl #