Mercurial > hg > octave-kai > gnulib-hg
annotate m4/userspec.m4 @ 5210:38100d068934
Update serial number and copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 20 Aug 2004 02:27:00 +0000 |
parents | ef929daf6639 |
children | 87c42e194f4a |
rev | line source |
---|---|
5210
38100d068934
Update serial number and copyright date.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5209
diff
changeset
|
1 # userspec.m4 serial 4 |
38100d068934
Update serial number and copyright date.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5209
diff
changeset
|
2 dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. |
4107
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 dnl This file is free software, distributed under the terms of the GNU |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 dnl General Public License. As a special exception to the GNU General |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 dnl Public License, this file may be distributed as part of a program |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 dnl that contains a configuration script generated by Autoconf, under |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 dnl the same distribution terms as the rest of that program. |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 AC_DEFUN([gl_USERSPEC], |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 [ |
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 dnl Prerequisites of lib/userspec.c. |
4691 | 12 AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h) |
4107
7c1a6b73f48e
An autoconf macro for its associated module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 ]) |