comparison srogue/configure.ac @ 278:c222f9d56776

Remove an extra bracket from some Autoconf macros.
author John "Elwin" Edwards
date Sun, 10 Sep 2017 17:30:13 -0400
parents 0e99eade579c
children 0b3d1b38998f
comparison
equal deleted inserted replaced
275:aa0eefcd7df6 278:c222f9d56776
34 34
35 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="srogue"] ) 35 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="srogue"] )
36 PROGRAM=$progname 36 PROGRAM=$progname
37 AC_SUBST(PROGRAM) 37 AC_SUBST(PROGRAM)
38 38
39 AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) 39 AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[])
40 AC_MSG_CHECKING([if using setgid execute bit]) 40 AC_MSG_CHECKING([if using setgid execute bit])
41 if test "x$enable_setgid" = "xno" ; then 41 if test "x$enable_setgid" = "xno" ; then
42 GROUPOWNER= 42 GROUPOWNER=
43 elif test "x$enable_setgid" = "xyes" ; then 43 elif test "x$enable_setgid" = "xyes" ; then
44 GROUPOWNER=games 44 GROUPOWNER=games