* m4/fsusage.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and
gl_PREREQ_FSUSAGE_EXTRA invocations from here...
* modules/fsusage (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ fsusage: Move AC_LIBOBJ invocations to module description.
+ * m4/fsusage.m4 (gl_FUNC_FREOPEN): Move AC_LIBOBJ and
+ gl_PREREQ_FSUSAGE_EXTRA invocations from here...
+ * modules/fsusage (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
freopen: Move AC_LIBOBJ invocations to module description.
-# serial 27
+# serial 28
# Obtaining file system usage information.
# Copyright (C) 1997-1998, 2000-2001, 2003-2011 Free Software Foundation, Inc.
#include <sys/param.h>
#endif]])
gl_FILE_SYSTEM_USAGE([gl_cv_fs_space=yes], [gl_cv_fs_space=no])
- if test $gl_cv_fs_space = yes; then
- AC_LIBOBJ([fsusage])
- gl_PREREQ_FSUSAGE_EXTRA
- fi
])
# Try to determine how a program can obtain file system usage information.
configure.ac:
gl_FSUSAGE
+if test $gl_cv_fs_space = yes; then
+ AC_LIBOBJ([fsusage])
+ gl_PREREQ_FSUSAGE_EXTRA
+fi
Makefile.am: