warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rename
blob582d63083d09df6f8d6a99f7543cbaef3a7fbe39
1 Description:
2 rename() function: change the name or location of a file.
4 Files:
5 lib/rename.c
6 m4/rename.m4
8 Depends-on:
9 stdio
10 canonicalize-lgpl [test $REPLACE_RENAME = 1]
11 chdir             [test $REPLACE_RENAME = 1]
12 dirname-lgpl      [test $REPLACE_RENAME = 1]
13 lstat             [test $REPLACE_RENAME = 1]
14 rmdir             [test $REPLACE_RENAME = 1]
15 same-inode        [test $REPLACE_RENAME = 1]
16 stdbool           [test $REPLACE_RENAME = 1]
17 strdup            [test $REPLACE_RENAME = 1]
19 configure.ac:
20 gl_FUNC_RENAME
21 if test $REPLACE_RENAME = 1; then
22   AC_LIBOBJ([rename])
24 gl_STDIO_MODULE_INDICATOR([rename])
26 Makefile.am:
28 Include:
29 <stdio.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering