Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/readutmp @ 15076:19b4041d8566
readutmp: Move AC_LIBOBJ invocations to module description.
* m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
* modules/readutmp (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 18:07:28 +0200 |
parents | 5442b2430859 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Read entire utmp file into memory. |
4110 | 3 |
4 Files: | |
5 lib/readutmp.h | |
6 lib/readutmp.c | |
7 m4/readutmp.m4 | |
8 | |
9 Depends-on: | |
9209
5a0294ce5372
Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
10 extensions |
4110 | 11 xalloc |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
12 stdbool |
11395
5442b2430859
avoid gcc warnings about unused macro definitions
Jim Meyering <meyering@redhat.com>
parents:
9749
diff
changeset
|
13 stdint |
4110 | 14 |
15 configure.ac: | |
16 gl_READUTMP | |
15076
19b4041d8566
readutmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
11395
diff
changeset
|
17 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then |
19b4041d8566
readutmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
11395
diff
changeset
|
18 AC_LIBOBJ([readutmp]) |
19b4041d8566
readutmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
11395
diff
changeset
|
19 fi |
4110 | 20 |
21 Makefile.am: | |
22 | |
23 Include: | |
24 "readutmp.h" | |
25 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
27 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
28 |
4197 | 29 Maintainer: |
6543
5a11f99ddbc7
* modules/readutmp (Maintainer): Add Paul Eggert.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6538
diff
changeset
|
30 Jim Meyering & Paul Eggert |