comparison rogue3/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
39 39
40 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="rogue3"] ) 40 AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="rogue3"] )
41 PROGRAM=$progname 41 PROGRAM=$progname
42 AC_SUBST(PROGRAM) 42 AC_SUBST(PROGRAM)
43 43
44 AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) 44 AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[])
45 AC_MSG_CHECKING([if using setgid execute bit]) 45 AC_MSG_CHECKING([if using setgid execute bit])
46 if test "x$enable_setgid" = "xno" ; then 46 if test "x$enable_setgid" = "xno" ; then
47 GROUPOWNER= 47 GROUPOWNER=
48 elif test "x$enable_setgid" = "xyes" ; then 48 elif test "x$enable_setgid" = "xyes" ; then
49 GROUPOWNER=games 49 GROUPOWNER=games