Moved a number of definitions from configure-time substitution
authoraland <aland>
Thu, 25 Jan 2001 16:06:19 +0000 (16:06 +0000)
committeraland <aland>
Thu, 25 Jan 2001 16:06:19 +0000 (16:06 +0000)
to make-time substitution.

e.g. FOO=@bar@/stuff --> FOO=${bar}/stuff

This makes it more clear where the various configuration directives
are coming from.

Make.inc.in

index e252492..1b1cd0d 100644 (file)
@@ -37,11 +37,11 @@ INSTALL_SCRIPT      = ${INSTALL_PROGRAM}
 LCRYPT         = @CRYPTLIB@
 LIBS           = @LIBS@
 
-LOGDIR         = @logdir@
-RADDBDIR       = @raddbdir@
-RUNDIR         = @localstatedir@/run
-SBINDIR                = @sbindir@
-RADIR          = @radacctdir@
+LOGDIR         = ${logdir}
+RADDBDIR       = ${raddbdir}
+RUNDIR         = ${localstatedir}/run
+SBINDIR                = ${sbindir}
+RADIR          = ${radacctdir}
 
 LIBLTDL                = @LIBLTDL@
 INCLTDL                = @INCLTDL@