New method of checking out and configuring gnulib - define which version we need...
[findutils.git] / import-gnulib.config
blobba74bd612a458172677ef616a4ebf387f1427a55
1 # What version of gnulib to use?
2 gnulib_version="2007-02-24"
4 destdir="gnulib"
6 # Random extra gnulib files needed for findutils.
7 extra_files='
8 build-aux/config.guess
9 build-aux/config.rpath
10 build-aux/config.sub
11 build-aux/depcomp
12 build-aux/install-sh
13 build-aux/mdate-sh
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 dirname error fileblocks fnmatch-gnu fopen-safer fts \
23 getline getopt human idcache lstat malloc memcmp memset mktime \
24 modechange pathmax quotearg realloc regex rpmatch savedir \
25 stpcpy strdup strftime  strstr strtol strtoul strtoull strtoumax  \
26 xalloc xalloc-die xgetcwd  xstrtod xstrtol  xstrtoumax yesno human filemode \
27 getline stpcpy canonicalize mountlist closeout gettext stat-macros stat-time \
28 timespec xstrtod"