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