aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
blob: 25bb92299e8a765b28e45c492ff71ae5047ad659 (plain)
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
if [ -r .bootstrap ]; then
  echo "$0: Reading configuration file .bootstrap"
  eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
fi

gnulib_name=libanubis
gnulib_modules="\
 gettext\
 getline\
 obstack\
 getopt\
 getpass\
 setenv\
 xalloc"

build_aux=build

NLS_MARKERS="\
 anubis_error:3\
 anubis_warning:2"

COPYRIGHT_HOLDER="The Anubis Team"

# #####################

if [ -n "$NLS_MARKERS" ]; then 
  XGETTEXT_OPTIONS="$XGETTEXT_OPTIONS "`echo $NLS_MARKERS | tr ' ' '\n' | sed 's/.*/ --flag=&:pass-c-format\\\\\\\\\\\\/'`"
"
fi

Return to:

Send suggestions and report system problems to the System administrator.