Fix a couple of spelling mistakes in some comments.
[freeradius.git] / c
1 #! /bin/sh
2 #
3 # c             Short script fragment that configures the paths
4 #               exactly as they were in the 1.5.x series of the
5 #               Cistron Radius Server.
6 #
7 # Usage:        ./c
8 #
9 # Version:      @(#)./c  1.00  25-Jul-1999  miquels@cistron.nl
10 #
11
12 ./configure     --localstatedir=/var \
13                 --sysconfdir=/etc "$@" \
14                 --without-dynamic-modules
15