aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: fc2a8d0ddba48e9faf0c29c06ecb6d7129fdeedd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
MODLIST="argp\
 fprintftime\
 malloc\
 memrchr\
 mkdtemp\
 obstack\
 realloc\
 regex\
 save-cwd\
 snprintf\
 strtok_r\
 version-etc"
 
gnulib-tool --import --avoid xalloc-die --avoid openat-die $MODLIST
test -f lib/daemon.c || ln src/daemon.c lib/
autoreconf -i -f -s

Return to:

Send suggestions and report system problems to the System administrator.