Diff for /suX/configure.in between versions 1.4.2.2 and 1.5.2.1

version 1.4.2.2, 2014/03/26 00:32:01 version 1.5.2.1, 2015/06/17 14:15:25
Line 2 Line 2
 # $Author$  # $Author$
 # $Id$  # $Id$
 #  #
AC_INIT(suX, 3.2, misho@aitnet.org)AC_INIT(suX, 3.3, misho@aitnet.org)
 AC_CONFIG_SRCDIR([src/sux.c])  AC_CONFIG_SRCDIR([src/sux.c])
 AC_CONFIG_HEADERS([inc/config.h])  AC_CONFIG_HEADERS([inc/config.h])
   
Line 63  AC_ARG_ENABLE(debug, Line 63  AC_ARG_ENABLE(debug,
                                 ;;                                  ;;
                 esac ], AC_DEFINE(NDEBUG,, [Turn off debug asserts]))                  esac ], AC_DEFINE(NDEBUG,, [Turn off debug asserts]))
 AC_MSG_RESULT($DEBUG)  AC_MSG_RESULT($DEBUG)
   
   GROUP="www"
   AC_MSG_CHECKING(suX execution group)
   AC_ARG_WITH(group,
           [  --with-group=<user>      Permitted group for suX ],
           [ GROUP=$withval ],)
   AC_MSG_RESULT($GROUP)
   AC_SUBST(GROUP)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  bin/Makefile                   bin/Makefile

Removed from v.1.4.2.2  
changed lines
  Added in v.1.5.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>