6 Bootstrap this package from the checked-out sources.
17 echo >&2 "$0: $option: unknown option"
24 echo "$0: getting gnulib files..."
25 git submodule init || exit $?
26 git submodule update || exit $?
29 ls po/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > po/LINGUAS
31 # Run autopoint, to get po/Makevars.template:
32 # Also, released autopoint has the tendency to install macros that have
33 # been obsoleted in current gnulib, so run this before gnulib-tool.
36 # Autoreconf runs aclocal before libtoolize, which causes spurious
37 # warnings if the initial aclocal is confused by the libtoolized
38 # (or worse out-of-date) macro directory.
39 libtoolize --copy --install
41 gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
44 (cd daemon && mkdir -p tests lib && ../$gnulib_tool --update)
85 --source-base=gnulib/lib \
86 --tests-base=gnulib/tests \
89 # Disable autopoint and libtoolize, since they were already done above.
90 AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install