Mercurial > hg > octave-shane > gnulib-hg
comparison modules/fwriting @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | 2c1ba629f5d5 |
children |
comparison
equal
deleted
inserted
replaced
14952:36cb7e4a23d5 | 14953:632892f73130 |
---|---|
10 Depends-on: | 10 Depends-on: |
11 stdbool | 11 stdbool |
12 | 12 |
13 configure.ac: | 13 configure.ac: |
14 gl_FUNC_FWRITING | 14 gl_FUNC_FWRITING |
15 if test $ac_cv_func___fwriting = no; then | |
16 AC_LIBOBJ([fwriting]) | |
17 fi | |
15 | 18 |
16 Makefile.am: | 19 Makefile.am: |
17 | 20 |
18 Include: | 21 Include: |
19 "fwriting.h" | 22 "fwriting.h" |