[Libsysio-commit] HEAD: libsysio Rules.make configure.in
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-08-20 19:28:15
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22661 Modified Files: Rules.make configure.in Log Message: Add/Alter build rules to get statvfs support. Index: Rules.make =================================================================== RCS file: /cvsroot/libsysio/libsysio/Rules.make,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -b -B -p -r1.12 -r1.13 --- Rules.make 28 Mar 2007 21:28:59 -0000 1.12 +++ Rules.make 20 Aug 2007 19:28:12 -0000 1.13 @@ -15,4 +15,5 @@ DEV_CPPFLAGS = $(STDFD_DEV_CPPFLAGS) AM_CPPFLAGS = \ $(TRACING) \ $(AUTOMOUNT) $(ZERO_SUM_MEMORY) $(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) \ - $(DEFER_INIT_CWD) $(SYSIO_LABEL_NAMES) -I$(top_srcdir)/include + $(DEFER_INIT_CWD) $(SYSIO_LABEL_NAMES) $(_HAVE_STATVFS) \ + -I$(top_srcdir)/include Index: configure.in =================================================================== RCS file: /cvsroot/libsysio/libsysio/configure.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -w -b -B -p -r1.35 -r1.36 --- configure.in 20 Aug 2007 19:12:07 -0000 1.35 +++ configure.in 20 Aug 2007 19:28:12 -0000 1.36 @@ -114,7 +114,7 @@ AC_ARG_WITH(defer-init-cwd, [with_defer_init_cwd=no]) AC_SUBST(DEFER_INIT_CWD) -AC_ARG_WITH(with-statvfs, +AC_ARG_WITH(statvfs, AC_HELP_STRING([--with-statvfs], [enable support for statvfs]), [ case "${withval}" in |