aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
blob: 9589b648832e96a484e7384f847716663d4a2407 (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

git submodule init
git submodule update

gnulib_name=libanubis
gnulib_modules=`grep '^[^#]' gnulib.modules`

build_aux=build

NLS_MARKERS="\
 anubis_error:3\
 anubis_warning:2\
 parse_error:2\
 eval_error:3\
 eval_warning:2\
 tracefile: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.