aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 965652aea0d9d69850c780601618ee8f671dec83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
MODLIST="argp\
 fprintftime\
 malloc\
 obstack\
 realloc\
 regex\
 snprintf\
 strtok_r"
 
gnulib-tool --import --avoid xalloc-die $MODLIST
ln src/daemon.c lib/
autoreconf -i -f -s

Return to:

Send suggestions and report system problems to the System administrator.