dzprintf-gnu: Add tests.
[gnulib.git] / m4 / uname.m4
blob9e3b9f056fb0d3a98074e7065d7951725bdf3f92
1 # uname.m4
2 # serial 11
3 dnl Copyright (C) 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_UNAME],
10   AC_REQUIRE([gl_SYS_UTSNAME_H_DEFAULTS])
11   AC_CHECK_FUNCS([uname])
12   if test $ac_cv_func_uname = no; then
13     HAVE_UNAME=0
14   fi
17 # Prerequisites of lib/uname.c.
18 AC_DEFUN([gl_PREREQ_UNAME], [
19   :