Remove an extra bracket from some Autoconf macros.

This commit is contained in:
John "Elwin" Edwards 2017-09-10 17:30:13 -04:00
parent b521be16e8
commit f8d1f422c8
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
PROGRAM=$progname PROGRAM=$progname
AC_SUBST(PROGRAM) 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]) AC_MSG_CHECKING([if using setgid execute bit])
if test "x$enable_setgid" = "xno" ; then if test "x$enable_setgid" = "xno" ; then
GROUPOWNER= GROUPOWNER=

View file

@ -41,7 +41,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
PROGRAM=$progname PROGRAM=$progname
AC_SUBST(PROGRAM) 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]) AC_MSG_CHECKING([if using setgid execute bit])
if test "x$enable_setgid" = "xno" ; then if test "x$enable_setgid" = "xno" ; then
GROUPOWNER= GROUPOWNER=

View file

@ -40,7 +40,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
PROGRAM=$progname PROGRAM=$progname
AC_SUBST(PROGRAM) 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]) AC_MSG_CHECKING([if using setgid execute bit])
if test "x$enable_setgid" = "xno" ; then if test "x$enable_setgid" = "xno" ; then
GROUPOWNER= GROUPOWNER=

View file

@ -43,7 +43,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
PROGRAM=$progname PROGRAM=$progname
AC_SUBST(PROGRAM) 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]) AC_MSG_CHECKING([if using setgid execute bit])
if test "x$enable_setgid" = "xno" ; then if test "x$enable_setgid" = "xno" ; then
GROUPOWNER= GROUPOWNER=

View file

@ -36,7 +36,7 @@ AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate e
PROGRAM=$progname PROGRAM=$progname
AC_SUBST(PROGRAM) 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]) AC_MSG_CHECKING([if using setgid execute bit])
if test "x$enable_setgid" = "xno" ; then if test "x$enable_setgid" = "xno" ; then
GROUPOWNER= GROUPOWNER=