aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-02-12 22:11:03 +0000
committerVincent Richard <[email protected]>2010-02-12 22:11:03 +0000
commit396a01950cb375945103263b581f1c7cf8111c6c (patch)
tree951b74c177c113c3c7115468a2654cf0587f22d9
parentReplaced 'Options' with 'Variables' to solve warnings about the former being ... (diff)
downloadvmime-396a01950cb375945103263b581f1c7cf8111c6c.tar.gz
vmime-396a01950cb375945103263b581f1c7cf8111c6c.zip
Solved 'underquoted' warnings from m4 macros.
-rw-r--r--m4/ost_posix.m44
-rw-r--r--m4/ost_prog.m410
-rw-r--r--m4/ost_systime.m42
3 files changed, 8 insertions, 8 deletions
diff --git a/m4/ost_posix.m4 b/m4/ost_posix.m4
index 6572b1e6..ab05e252 100644
--- a/m4/ost_posix.m4
+++ b/m4/ost_posix.m4
@@ -19,7 +19,7 @@ dnl distribute this file as part of a program that contains a configuration
dnl script generated by Autoconf, you may include it under the same
dnl distribution terms that you use for the rest of that program.
-AC_DEFUN(OST_SYS_POSIX,[
+AC_DEFUN([OST_SYS_POSIX],[
AC_REQUIRE([OST_PROG_CC_POSIX])
AC_CACHE_CHECK(whether system meets Posix.1,
ost_cv_sys_posix1,
@@ -65,7 +65,7 @@ AC_DEFUN(OST_SYS_POSIX,[
])
])
-AC_DEFUN(OST_CC_FCNTL,[
+AC_DEFUN([OST_CC_FCNTL],[
AC_REQUIRE([OST_SYS_POSIX])
AC_CHECK_HEADERS(fcntl.h sys/fcntl.h)
AH_BOTTOM([
diff --git a/m4/ost_prog.m4 b/m4/ost_prog.m4
index c9e66f54..aaa82f35 100644
--- a/m4/ost_prog.m4
+++ b/m4/ost_prog.m4
@@ -19,18 +19,18 @@ dnl distribute this file as part of a program that contains a configuration
dnl script generated by Autoconf, you may include it under the same
dnl distribution terms that you use for the rest of that program.
-AC_DEFUN(OST_PROG_CC_POSIX,[
+AC_DEFUN([OST_PROG_CC_POSIX],[
AC_PROG_CC
AC_PROG_CPP
AC_ISC_POSIX]
)
-AC_DEFUN(OST_PROG_COMMON,[
+AC_DEFUN([OST_PROG_COMMON],[
AC_REQUIRE([AC_PROG_INSTALL])
AC_REQUIRE([AC_PROG_MAKE_SET])
])
-AC_DEFUN(OST_PROJ_LIBRARY,[
+AC_DEFUN([OST_PROJ_LIBRARY],[
AC_REQUIRE([AM_PROG_LIBTOOL])
AC_REQUIRE([AC_PROG_RANLIB])
if test ! -z "[$2]" ; then
@@ -43,14 +43,14 @@ AC_DEFUN(OST_PROJ_LIBRARY,[
fi
])
-AC_DEFUN(OST_PROG_LIBVER,[
+AC_DEFUN([OST_PROG_LIBVER],[
LT_MAJOR="`echo $LT_VERSION | sed s/:.*$//`"
AC_SUBST(LT_RELEASE)
AC_SUBST(LT_MAJOR)
])
-AC_DEFUN(OST_PROG_LIBRARY,[
+AC_DEFUN([OST_PROG_LIBRARY],[
AC_REQUIRE([AM_PROG_LIBTOOL])
AC_REQUIRE([AC_PROG_RANLIB])
if test ! -z "[$2]" ; then
diff --git a/m4/ost_systime.m4 b/m4/ost_systime.m4
index f48f2076..145611e4 100644
--- a/m4/ost_systime.m4
+++ b/m4/ost_systime.m4
@@ -19,7 +19,7 @@ dnl distribute this file as part of a program that contains a configuration
dnl script generated by Autoconf, you may include it under the same
dnl distribution terms that you use for the rest of that program.
-AC_DEFUN(OST_CC_SYSTIME,[
+AC_DEFUN([OST_CC_SYSTIME],[
AC_HEADER_TIME
AC_CHECK_HEADERS(sys/time.h)
AH_TOP([