Mercurial > hg > octave-kai > gnulib-hg
view modules/mountlist @ 15070:221318b8a54e
random_r: Move AC_LIBOBJ invocations to module description.
* m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and
gl_PREREQ_RANDOM_R invocations from here...
* modules/random_r (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 17:50:27 +0200 |
parents | 18b690708865 |
children |
line wrap: on
line source
Description: Return list of mounted file systems. Files: lib/mountlist.h lib/mountlist.c m4/ls-mntd-fs.m4 m4/fstypename.m4 m4/mountlist.m4 Depends-on: stdbool stdint strstr-simple xalloc configure.ac: gl_MOUNTLIST if test $gl_cv_list_mounted_fs = yes; then AC_LIBOBJ([mountlist]) gl_PREREQ_MOUNTLIST_EXTRA fi Makefile.am: Include: "mountlist.h" License: GPL Maintainer: Jim Meyering