Nick Davis <[EMAIL PROTECTED]> wrote:
> That is what makes sense to me, but here is 
> what happens when I run configure with those flags:
> 
> *** from the Make.inc.in ***
> 
> # Location of files.
> prefix          = /usr/local
> exec_prefix     = ${prefix}
> sysconfdir      = ${prefix}/etc

  Uh, NO.

  The 'Make.inc.in' file is a file which is processed by 'configure',
to generate 'Make.inc'.  The distribution version of Make.inc.in says:

# Location of files.
prefix        = @prefix@
exec_prefix   = @exec_prefix@
sysconfdir    = @sysconfdir@


  Where the @prefix@, etc. are edited by configure, to generate
Make.inc.

  Look at Make.inc.  It SHOULD be correct.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to