From 971764caf184cdcbb9ed957fefe17154eeb25710 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 11 Jan 2004 23:39:18 +0000 Subject: [PATCH] added some m4 quoting to get rid of automake1.8 warnings --- m4/as-ac-expand.m4 | 2 +- m4/as-compiler-flag.m4 | 2 +- m4/as-libtool.m4 | 4 ++-- m4/as-version.m4 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/m4/as-ac-expand.m4 b/m4/as-ac-expand.m4 index f3393a2..89c90c0 100644 --- a/m4/as-ac-expand.m4 +++ b/m4/as-ac-expand.m4 @@ -3,7 +3,7 @@ dnl example dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir) dnl will set SYSCONFDIR to /usr/local/etc -AC_DEFUN(AS_AC_EXPAND, +AC_DEFUN([AS_AC_EXPAND], [ EXP_VAR=[$1] FROM_VAR=[$2] diff --git a/m4/as-compiler-flag.m4 b/m4/as-compiler-flag.m4 index 41db7d1..9eaf5d1 100644 --- a/m4/as-compiler-flag.m4 +++ b/m4/as-compiler-flag.m4 @@ -3,7 +3,7 @@ dnl autostars m4 macro for detection of compiler flags dnl dnl ds@schleef.org -AC_DEFUN(AS_COMPILER_FLAG, +AC_DEFUN([AS_COMPILER_FLAG], [ AC_MSG_CHECKING(to see if compiler understands $1) diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index 201ee7b..0f50dd4 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -13,10 +13,10 @@ dnl - defines [$PREFIX]_LT_LDFLAGS to set versioning dnl - AC_SUBST's them all dnl dnl if USE_RELEASE = yes, then add a -release option to the LDFLAGS -dnl with the (pre-defined) [$PREFIX]_VERSION +dnl with the (pre-defined) [$PREFIX]_VERSION dnl then use [$PREFIX]_LT_LDFLAGS in the relevant Makefile.am's -AC_DEFUN(AS_LIBTOOL, +AC_DEFUN([AS_LIBTOOL], [ [$1]_CURRENT=[$2] [$1]_REVISION=[$3] diff --git a/m4/as-version.m4 b/m4/as-version.m4 index 72e5142..9f70b91 100644 --- a/m4/as-version.m4 +++ b/m4/as-version.m4 @@ -19,7 +19,7 @@ dnl maintainer mode from running ok dnl dnl don't forget to put #undef [$2] and [$2]_RELEASE in acconfig.h -AC_DEFUN(AS_VERSION, +AC_DEFUN([AS_VERSION], [ PACKAGE=[$1] [$2]_MAJOR=[$3] -- 2.26.2