This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
libcfu/acinclude.m4

5 lines
132 B
Plaintext

AC_DEFUN([LIBCFU_CHECK_TYPE], [
AC_CHECK_TYPE($1, LIBCFU_TYPE_$1="/* $1 is defined */",
LIBCFU_TYPE_$1="typedef $2 $1;")
])