~ubuntu-branches/ubuntu/feisty/findutils/feisty

« back to all changes in this revision

Viewing changes to gnulib/m4/gnulib.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-08-06 09:53:05 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060806095305-265uqmwsguy8vfjq
Tags: 4.2.28-1
* New upstream version.
 - includes 01_updatedb-withnew-su.dpatch, drop it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2004 Free Software Foundation, Inc.
 
2
# This file is free software, distributed under the terms of the GNU
 
3
# General Public License.  As a special exception to the GNU General
 
4
# Public License, this file may be distributed as part of a program
 
5
# that contains a configuration script generated by Autoconf, under
 
6
# the same distribution terms as the rest of that program.
 
7
#
 
8
# Generated by gnulib-tool.
 
9
#
 
10
# Invoked as: gnulib-tool --import --dir=. --lib=libgnulib --source-base=gnulib/lib --m4-base=gnulib/m4 alloca argmatch dirname error fileblocks fnmatch-gnu getline getopt human idcache lstat malloc memcmp memset mktime modechange pathmax quotearg realloc regex rpmatch savedir stat stdio-safer stpcpy strdup strftime strstr strtol strtoul strtoull strtoumax xalloc xalloc-die xgetcwd xstrtol xstrtoumax yesno human filemode getline stpcpy canonicalize mountlist closeout gettext stat-macros
 
11
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnulib --source-base=gnulib/lib --m4-base=gnulib/m4 --aux-dir=.   alloca alloca-opt argmatch atexit canonicalize closeout cycle-check dirname error exit exitfail extensions fileblocks filemode filenamecat fnmatch fnmatch-gnu fpending getcwd getline getopt gettext gettext-h human idcache lstat malloc memcmp mempcpy memset mktime modechange mountlist pathmax quote quotearg readlink realloc regex restrict rpmatch savedir stat-macros stdbool stdio-safer stpcpy strdup strftime strstr strtoimax strtol strtoll strtoul strtoull strtoumax time_r unistd-safer xalloc xalloc-die xgetcwd xreadlink xstrtol xstrtoumax yesno
 
12
 
 
13
AC_DEFUN([gl_EARLY],
 
14
[
 
15
  AC_GNU_SOURCE
 
16
  gl_USE_SYSTEM_EXTENSIONS
 
17
])
 
18
 
 
19
AC_DEFUN([gl_INIT],
 
20
[
 
21
  gl_FUNC_ALLOCA
 
22
  gl_FUNC_ATEXIT
 
23
  AC_FUNC_CANONICALIZE_FILE_NAME
 
24
  gl_CLOSEOUT
 
25
  gl_DIRNAME
 
26
  gl_ERROR
 
27
  gl_EXITFAIL
 
28
  dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
 
29
  gl_FILEBLOCKS
 
30
  gl_FILEMODE
 
31
  gl_FILE_NAME_CONCAT
 
32
  # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
 
33
  gl_FUNC_FNMATCH_GNU
 
34
  gl_FUNC_FPENDING
 
35
  gl_FUNC_GETCWD
 
36
  AM_FUNC_GETLINE
 
37
  gl_GETOPT
 
38
  dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
 
39
  gl_HUMAN
 
40
  gl_IDCACHE
 
41
  gl_FUNC_LSTAT
 
42
  AC_FUNC_MALLOC
 
43
  gl_FUNC_MEMCMP
 
44
  gl_FUNC_MEMPCPY
 
45
  gl_FUNC_MEMSET
 
46
  gl_FUNC_MKTIME
 
47
  gl_MODECHANGE
 
48
  gl_MOUNTLIST
 
49
  gl_PATHMAX
 
50
  gl_QUOTE
 
51
  gl_QUOTEARG
 
52
  gl_FUNC_READLINK
 
53
  AC_FUNC_REALLOC
 
54
  gl_REGEX
 
55
  gl_C_RESTRICT
 
56
  gl_FUNC_RPMATCH
 
57
  gl_SAVEDIR
 
58
  gl_STAT_MACROS
 
59
  AM_STDBOOL_H
 
60
  gl_STDIO_SAFER
 
61
  gl_FUNC_STPCPY
 
62
  gl_FUNC_STRDUP
 
63
  gl_FUNC_GNU_STRFTIME
 
64
  gl_FUNC_STRSTR
 
65
  gl_FUNC_STRTOIMAX
 
66
  gl_FUNC_STRTOL
 
67
  gl_FUNC_STRTOLL
 
68
  gl_FUNC_STRTOUL
 
69
  gl_FUNC_STRTOULL
 
70
  gl_FUNC_STRTOUMAX
 
71
  gl_TIME_R
 
72
  gl_UNISTD_SAFER
 
73
  gl_XALLOC
 
74
  gl_XGETCWD
 
75
  gl_XREADLINK
 
76
  gl_XSTRTOL
 
77
  gl_XSTRTOUMAX
 
78
  gl_YESNO
 
79
])
 
80
 
 
81
dnl Usage: gl_MODULES(module1 module2 ...)
 
82
AC_DEFUN([gl_MODULES], [])
 
83
 
 
84
dnl Usage: gl_SOURCE_BASE(DIR)
 
85
AC_DEFUN([gl_SOURCE_BASE], [])
 
86
 
 
87
dnl Usage: gl_M4_BASE(DIR)
 
88
AC_DEFUN([gl_M4_BASE], [])
 
89
 
 
90
dnl Usage: gl_LIB(LIBNAME)
 
91
AC_DEFUN([gl_LIB], [])
 
92
 
 
93
dnl Usage: gl_LGPL
 
94
AC_DEFUN([gl_LGPL], [])
 
95
 
 
96
# gnulib.m4 ends here