warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / uname
blob159254ec01e7acc7b88631e703d892c16345e3b4
1 Description:
2 uname() function: enquire system information.
4 Files:
5 lib/uname.c
6 m4/uname.m4
8 Depends-on:
9 sys_utsname
10 gethostname     [test $HAVE_UNAME = 0]
12 configure.ac:
13 gl_FUNC_UNAME
14 if test $HAVE_UNAME = 0; then
15   AC_LIBOBJ([uname])
16   gl_PREREQ_UNAME
18 gl_SYS_UTSNAME_MODULE_INDICATOR([uname])
20 Makefile.am:
22 Include:
23 <sys/utsname.h>
25 Link:
26 $(GETHOSTNAME_LIB)
28 License:
29 LGPLv2+
31 Maintainer:
32 all