/[radius]/radius/configure.ac
ViewVC logotype

Diff of /radius/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by gray, Thu May 29 15:50:26 2003 UTC revision 1.40 by gray, Thu Jun 5 07:05:12 2003 UTC
# Line 18  Line 18 
18  AC_PREREQ(2.57)  AC_PREREQ(2.57)
19    
20  AC_REVISION($Revision$)  AC_REVISION($Revision$)
21  AC_INIT(GNU Radius, 0.99.100, bug-gnu-radius@gnu.org)  AC_INIT(GNU Radius, 0.99.101, bug-gnu-radius@gnu.org)
22  AC_CONFIG_SRCDIR(radiusd/radiusd.c)  AC_CONFIG_SRCDIR(radiusd/radiusd.c)
23  AC_CONFIG_AUX_DIR([scripts])  AC_CONFIG_AUX_DIR([scripts])
24  AC_CANONICAL_SYSTEM  AC_CANONICAL_SYSTEM
# Line 163  AC_CHECK_HEADERS(argp.h fcntl.h malloc.h Line 163  AC_CHECK_HEADERS(argp.h fcntl.h malloc.h
163   crypt.h sys/uio.h sys/select.h sys/resources.h getopt.h libintl.h)   crypt.h sys/uio.h sys/select.h sys/resources.h getopt.h libintl.h)
164    
165  ## * Check for national language support  ## * Check for national language support
166  AM_GNU_GETTEXT(use-libtool, need-ngettext)  AM_GNU_GETTEXT(no-libtool, need-ngettext)
167  AM_GNU_GETTEXT_VERSION(0.11.5)  AM_GNU_GETTEXT_VERSION(0.11.5)
168  if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then  if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then
169          AC_DEFINE(WITH_INCLUDED_LIBINTL,1,          AC_DEFINE(WITH_INCLUDED_LIBINTL,1,
# Line 382  AC_ARG_WITH(auth-port, Line 382  AC_ARG_WITH(auth-port,
382                  *)              AC_MSG_ERROR(invalid port number)                  *)              AC_MSG_ERROR(invalid port number)
383                                  ;;                                  ;;
384          esac],          esac],
385          AUTH_PORT=1645)          AUTH_PORT=1812)
386  AC_MSG_RESULT($AUTH_PORT)  ACCT_PORT="`expr $AUTH_PORT + 1`"
387    AC_MSG_RESULT([Default ports are $AUTH_PORT/$ACCT_PORT])
388    AC_SUBST(AUTH_PORT)
389    AC_SUBST(ACCT_PORT)
390  AC_DEFINE_UNQUOTED(DEF_AUTH_PORT, $AUTH_PORT, [Default authentication port])  AC_DEFINE_UNQUOTED(DEF_AUTH_PORT, $AUTH_PORT, [Default authentication port])
391  AC_DEFINE_UNQUOTED(DEF_ACCT_PORT, `expr $AUTH_PORT + 1`,  AC_DEFINE_UNQUOTED(DEF_ACCT_PORT, $ACCT_PORT, [Default accounting port])
                    [Default accounting port])            
392                                    
393    
394  ## **************  ## **************
# Line 646  if test x$BUILD_CLIENT = xyes; then Line 648  if test x$BUILD_CLIENT = xyes; then
648          if test x$USE_GUILE != xno; then          if test x$USE_GUILE != xno; then
649                  BUILD_NAS_SCM=nas.scm                  BUILD_NAS_SCM=nas.scm
650          else          else
651                  AC_MSG_WARN([GUILE not installed. Won't build nas.scm])                  AC_MSG_WARN([Guile not installed. Won't build nas.scm])
652          fi          fi
653  fi  fi
654    
# Line 675  AH_BOTTOM([ Line 677  AH_BOTTOM([
677  AC_OUTPUT(Makefile  AC_OUTPUT(Makefile
678            m4/Makefile            m4/Makefile
679            intl/Makefile            intl/Makefile
680            po/Makefile.in            po/Makefile.in
681              raddb/client.conf
682            include/Makefile            include/Makefile
683            include/snmp/Makefile            include/snmp/Makefile
684            lib/Makefile            lib/Makefile

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26