From 2dd6a1a93154f81db6c1bc343ea40491dc244460 Mon Sep 17 00:00:00 2001 From: Debian QA Group Date: Tue, 5 Jul 2016 11:01:46 +0200 Subject: autoconf-macro-quoting Gbp-Pq: Name autoconf-macro-quoting.patch --- libgstroke.m4 | 6 +++--- libstroke.m4 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libgstroke.m4 b/libgstroke.m4 index 9fa21de..4329a9b 100644 --- a/libgstroke.m4 +++ b/libgstroke.m4 @@ -26,7 +26,7 @@ dnl libname (optional) actual name of library, dnl if different from name dnl description (optional) used to construct help string dnl -AC_DEFUN(smr_ARG_WITHLIB, [ +AC_DEFUN([smr_ARG_WITHLIB], [ ifelse($2, , smr_lib=[$1], smr_lib=[$2]) @@ -74,7 +74,7 @@ dnl header a header file required for using the lib dnl extra-flags (optional) flags required when compiling the dnl header, typically more includes; for ex. X_CFLAGS dnl -AC_DEFUN(smr_ARG_WITHINCLUDES, [ +AC_DEFUN([smr_ARG_WITHINCLUDES], [ AC_ARG_WITH([$1]-includes, [ --with-$1-includes=DIR set directory for $1 headers], @@ -116,7 +116,7 @@ dnl header (optional) header required for using library dnl x-libs (optional) extra libraries, if needed to link with lib dnl x-flags (optional) extra flags, if needed to include header files dnl -AC_DEFUN(smr_CHECK_LIB, +AC_DEFUN([smr_CHECK_LIB], [ ifelse($2, , smr_lib=[$1], smr_lib=[$2]) ifelse($5, , , smr_header=[$5]) diff --git a/libstroke.m4 b/libstroke.m4 index 2e884f7..4578786 100644 --- a/libstroke.m4 +++ b/libstroke.m4 @@ -26,7 +26,7 @@ dnl libname (optional) actual name of library, dnl if different from name dnl description (optional) used to construct help string dnl -AC_DEFUN(smr_ARG_WITHLIB, [ +AC_DEFUN([smr_ARG_WITHLIB], [ ifelse($2, , smr_lib=[$1], smr_lib=[$2]) @@ -74,7 +74,7 @@ dnl header a header file required for using the lib dnl extra-flags (optional) flags required when compiling the dnl header, typically more includes; for ex. X_CFLAGS dnl -AC_DEFUN(smr_ARG_WITHINCLUDES, [ +AC_DEFUN([smr_ARG_WITHINCLUDES], [ AC_ARG_WITH([$1]-includes, [ --with-$1-includes=DIR set directory for $1 headers], @@ -116,7 +116,7 @@ dnl header (optional) header required for using library dnl x-libs (optional) extra libraries, if needed to link with lib dnl x-flags (optional) extra flags, if needed to include header files dnl -AC_DEFUN(smr_CHECK_LIB, +AC_DEFUN([smr_CHECK_LIB], [ ifelse($2, , smr_lib=[$1], smr_lib=[$2]) ifelse($5, , , smr_header=[$5]) -- cgit v1.2.3