1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
# findutils gnulib.config -*- sh -*-
# What version of gnulib to use?
gnulib_version="e5573b1bad88bfabcda181b9e0125fb0c52b7d3b"
destdir="gnulib"
# Random extra gnulib files needed for findutils.
extra_files='
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/mdate-sh
build-aux/mkinstalldirs
build-aux/missing
build-aux/texinfo.tex
'
gpl3_update_files='
build-aux/mdate-sh
build-aux/texinfo.tex
build-aux/ylwrap
'
# Modules needed for findutils.
# We need regex to ensure that we can build on platforms like
# Solaris which lack those functions.
modules='
alloca
argmatch
assert
c-strstr
canonicalize
closein
closeout
dirname
error
fchdir
fcntl
fdl
fileblocks
filemode
fnmatch-gnu
fopen-safer
fts
getdate
getline
getopt
gettext
gpl-3.0
human
idcache
inline
lstat
malloc
mbscasestr
mbsstr
memcmp
memset
mktime
modechange
mountlist
pathmax
progname
quotearg
realloc
regex
rpmatch
savedir
stat-macros
stat-time
stpcpy
strcasestr
strdup
strftime
strtol
strtoul
strtoull
strtoumax
sys_stat
timespec
verify
version-etc
version-etc-fsf
wcwidth
xalloc
xalloc-die
xgetcwd
xstrtod
xstrtol
xstrtoumax
yesno
'
|