Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / m4 / backupfile.m4
blob54c73efa5484cac9af59384ca1e509993aed8084
1 # backupfile.m4 serial 2 (gettext-0.13)
2 dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 # Prerequisites of lib/backupfile.h
9 AC_DEFUN([gt_PREREQ_BACKUPFILE],
11   dnl For backupfile.c.
12   AC_REQUIRE([AC_HEADER_DIRENT])
13   AC_FUNC_CLOSEDIR_VOID
14   AC_CHECK_HEADERS(string.h)
15   dnl For addext.c.
16   AC_SYS_LONG_FILE_NAMES
17   AC_CHECK_FUNCS(pathconf)
18   AC_CHECK_HEADERS(string.h unistd.h)