diff options
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 87ebc57..f7ec8f0 100644 --- a/configure.ac +++ b/configure.ac @@ -186,13 +186,13 @@ if printf '%s\n' conftest.dir/ conftest.dir/foo | ${TAR} -cf conftest.tar \ AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) - AC_MSG_ERROR([tar with -T, --no-recursion, and --numeric-owner - is required]) + AC_MSG_ERROR([tar with -T, --no-recursion, and $(:\ + )--numeric-owner is required]) fi else AC_MSG_RESULT([no]) - AC_MSG_ERROR([tar with -T, --no-recursion, and --numeric-owner is - required]) + AC_MSG_ERROR([tar with -T, --no-recursion, and --numeric-owner is $(:\ + )required]) fi AC_ARG_WITH( @@ -202,8 +202,8 @@ AC_ARG_WITH( [ case "${withval}" in 'yes'|'') - AC_MSG_ERROR([--with-metadata requires an - argument]) + AC_MSG_ERROR([--with-metadata requires an $(:\ + )argument]) ;; 'no') AC_MSG_ERROR([a metadata plugin is required]) |