summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgstroke.m46
-rw-r--r--libstroke.m46
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])