cvsimport
[findutils.git] / import-gnulib.config
blobeb1b37a52252d8d3aec8afa9176dc30e10d60e6b
1 # What version of gnulib to use?
2 gnulib_version="2007-06-20"
4 destdir="gnulib"
6 # Random extra gnulib files needed for findutils.
7 extra_files='
8 build-aux/config.guess
9 build-aux/config.sub
10 build-aux/depcomp
11 build-aux/install-sh
12 build-aux/mdate-sh
13 build-aux/mkinstalldirs
14 build-aux/missing
15 build-aux/texinfo.tex
18 # Modules needed for findutils.
19 # We need regex to ensure that we can build on platforms like
20 # Solaris which lack those functions.
21 modules="\
22 alloca argmatch assert dirname error fchdir fileblocks fnmatch-gnu \
23 fopen-safer fts \
24 getdate getline getopt human idcache inline lstat malloc \
25 mbscasestr mbsstr memcmp memset mktime \
26 modechange pathmax quotearg realloc regex rpmatch savedir \
27 stpcpy strdup strftime  c-strstr strtol strtoul strtoull strtoumax  \
28 xalloc xalloc-die xgetcwd  xstrtod xstrtol  xstrtoumax yesno human filemode \
29 getline stpcpy canonicalize mountlist closeout gettext stat-macros stat-time \
30 strcasestr sys_stat timespec verify wcwidth xstrtod"