Mercurial > hg > octave-shane > gnulib-hg
annotate m4/arctwo.m4 @ 8497:280cabcbb0ca
New module 'frexpl'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 23 Mar 2007 01:26:24 +0000 |
parents | d445de86b311 |
children | b5e42ef33b49 |
rev | line source |
---|---|
7180
d445de86b311
Avoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6402
diff
changeset
|
1 # arctwo.m4 serial 2 |
d445de86b311
Avoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6402
diff
changeset
|
2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
6402
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
3 dnl This file is free software; the Free Software Foundation |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
4 dnl gives unlimited permission to copy and/or distribute it, |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
5 dnl with or without modifications, as long as this notice is preserved. |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
6 |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
7 AC_DEFUN([gl_ARCTWO], |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
8 [ |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
9 AC_LIBOBJ([arctwo]) |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
10 # Prerequisites of lib/arctwo.c. |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
11 AC_REQUIRE([AC_C_INLINE]) |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
12 ]) |