Edit

kc3-lang/gnulib/modules/rmdir

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-05-21 20:54:55
    Hash : e380f600
    Message : rmdir: Respect rules for use of AC_LIBOBJ. * m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here... * modules/rmdir (configure.ac): ... to here.

  • modules/rmdir
  • Description:
    rmdir() function: delete a directory.
    
    Files:
    lib/rmdir.c
    m4/rmdir.m4
    
    Depends-on:
    unistd
    dosname         [test $REPLACE_RMDIR = 1]
    sys_stat        [test $REPLACE_RMDIR = 1]
    
    configure.ac:
    gl_FUNC_RMDIR
    if test $REPLACE_RMDIR = 1; then
      AC_LIBOBJ([rmdir])
    fi
    gl_UNISTD_MODULE_INDICATOR([rmdir])
    
    Makefile.am:
    
    Include:
    <unistd.h>
    
    License:
    LGPLv2+
    
    Maintainer:
    Jim Meyering, Eric Blake