From 059a0215f8700f2ee0db37cd4a87ed9cb28ed4a7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 18 Jun 2019 00:57:34 -0400 Subject: configure.ac: Fix line continuations --- 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]) -- cgit v0.9.1