aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ost_prog.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ost_prog.m4')
-rw-r--r--m4/ost_prog.m410
1 files changed, 5 insertions, 5 deletions
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