# HG changeset patch # User John "Elwin" Edwards # Date 1505079013 14400 # Node ID c222f9d567765c9a68f861406b0854c168363bc5 # Parent aa0eefcd7df6ce9489c965a1ef5ef326bc313974 Remove an extra bracket from some Autoconf macros. diff -r aa0eefcd7df6 -r c222f9d56776 arogue5/configure.ac --- a/arogue5/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/arogue5/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -33,7 +33,7 @@ PROGRAM=$progname AC_SUBST(PROGRAM) -AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) +AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[]) AC_MSG_CHECKING([if using setgid execute bit]) if test "x$enable_setgid" = "xno" ; then GROUPOWNER= diff -r aa0eefcd7df6 -r c222f9d56776 rogue3/configure.ac --- a/rogue3/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/rogue3/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -41,7 +41,7 @@ PROGRAM=$progname AC_SUBST(PROGRAM) -AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) +AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[]) AC_MSG_CHECKING([if using setgid execute bit]) if test "x$enable_setgid" = "xno" ; then GROUPOWNER= diff -r aa0eefcd7df6 -r c222f9d56776 rogue4/configure.ac --- a/rogue4/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/rogue4/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -40,7 +40,7 @@ PROGRAM=$progname AC_SUBST(PROGRAM) -AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) +AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[]) AC_MSG_CHECKING([if using setgid execute bit]) if test "x$enable_setgid" = "xno" ; then GROUPOWNER= diff -r aa0eefcd7df6 -r c222f9d56776 rogue5/configure.ac --- a/rogue5/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/rogue5/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -43,7 +43,7 @@ PROGRAM=$progname AC_SUBST(PROGRAM) -AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) +AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[]) AC_MSG_CHECKING([if using setgid execute bit]) if test "x$enable_setgid" = "xno" ; then GROUPOWNER= diff -r aa0eefcd7df6 -r c222f9d56776 srogue/configure.ac --- a/srogue/configure.ac Sat Sep 09 07:25:23 2017 -0400 +++ b/srogue/configure.ac Sun Sep 10 17:30:13 2017 -0400 @@ -36,7 +36,7 @@ PROGRAM=$progname AC_SUBST(PROGRAM) -AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@])],[],[]) +AC_ARG_ENABLE(setgid, AC_HELP_STRING([--enable-setgid=NAME],[install executable as setgid with group ownership of NAME @<:@default=no@:>@]),[],[]) AC_MSG_CHECKING([if using setgid execute bit]) if test "x$enable_setgid" = "xno" ; then GROUPOWNER=