Skip to content

Commit

Permalink
MKN: Get rid of warnings from aclocal during "./bootstrap". See
Browse files Browse the repository at this point in the history
MKN: Autoconf Dokumentation for more
  • Loading branch information
knobi1 committed May 26, 2004
1 parent bbce8b3 commit b9069df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monitor-core/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl in more generic and allows for arbitrary headers to
dnl be included in the search
dnl
dnl
AC_DEFUN(AC_SEARCH_TYPE,
AC_DEFUN([AC_SEARCH_TYPE],
[AC_MSG_CHECKING(if $1 defined)
AC_CACHE_VAL(ac_cv_type_$1,
AC_TRY_COMPILE(
Expand Down Expand Up @@ -91,7 +91,7 @@ AC_DEFUN(AC_SEARCH_TYPE,
dnl ##################################################################
dnl Our macro to check for a function prototype in a given header.
dnl
AC_DEFUN(AC_CHECK_FUNC_PROTO,
AC_DEFUN([AC_CHECK_FUNC_PROTO],
[AC_CACHE_CHECK(for $1 function prototype in $2, ac_cv_have_$1_proto,
AC_EGREP_HEADER($1, $2,
ac_cv_have_$1_proto=yes,
Expand All @@ -115,7 +115,7 @@ dnl This macro should be invoked after all the header checks have been
dnl performed, since we #include "confdefs.h" below, and then use the
dnl HAVE_foo_H values that it can #define.
dnl
AC_DEFUN(AC_UNP_CHECK_TYPE,
AC_DEFUN([AC_UNP_CHECK_TYPE],
[AC_MSG_CHECKING(if $1 defined)
AC_CACHE_VAL(ac_cv_type_$1,
AC_TRY_COMPILE(
Expand Down Expand Up @@ -203,7 +203,7 @@ dnl ##################################################################
dnl The following checks for any typedefs for XTI programs.
dnl We perform all the #includes that "libxti/unpxti.h" performs.
dnl
AC_DEFUN(AC_UNPXTI_CHECK_TYPE,
AC_DEFUN([AC_UNPXTI_CHECK_TYPE],
[AC_MSG_CHECKING(if $1 defined)
AC_CACHE_VAL(ac_cv_type_$1,
AC_TRY_COMPILE(
Expand Down

0 comments on commit b9069df

Please sign in to comment.