Mercurial > hg > octave-jordi > gnulib-hg
annotate m4/xnanosleep.m4 @ 5721:abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 21 Mar 2005 22:06:27 +0000 |
parents | ec3cc8a95f16 |
children | be9e01d008cb |
rev | line source |
---|---|
5721
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
1 #serial 3 |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
2 dnl Copyright (C) 2005 Free Software Foundation, Inc. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
6 |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
7 dnl Written by Paul Eggert. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
8 |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
9 AC_DEFUN([gl_XNANOSLEEP], |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
10 [ |
5721
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
11 AC_LIBSOURCES([xnanosleep.c, xnanosleep.h, intprops.h]) |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
12 AC_LIBOBJ([xnanosleep]) |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
13 ]) |