if we want to change the raddbdir directory at install time,
just use 'R=/path/to/stuf make install'
logdir = @logdir@
includedir = @includedir@
-#
-# In some systems, we don't want to over-write ANY configuration.
-# So we do:
-#
-# $./configure
-# $ make
-# $ make -Draddbdir=/tmp/garbage install
-#
-# and all of the configuration files go into /tmp/garbage
-#
-ifeq "${raddbdir}" ""
raddbdir = @raddbdir@
-endif
modconfdir = @modconfdir@
radacctdir = @radacctdir@
top_builddir = @abs_top_builddir@