# Configure the local build. To control which arguments are used create a
# CONFIG_SITE script as directed in the autoconf documentation:
# http://www.gnu.org/software/autoconf/manual/autoconf.html#Site-Defaults
-configure ./local --prefix=/usr --enable-doc --enable-coverage $ARGS "$@"
+configure ./build --prefix=/usr --enable-doc --enable-coverage $ARGS "$@"
# Configure the cross builds
for cross in $CROSS; do
for target in all check clean distclean; do
echo "$target:"
- echo ' $(MAKE) -C ./local' $target
+ echo ' $(MAKE) -C ./build' $target
echo ' @for dir in $(CROSS); do \'
echo ' $(MAKE) -C ./$$dir' $target '; \'
echo ' done'
for target in distcheck memcheck leakcheck hellcheck install upload-coverage \
coverage upload-doc upload-release transifex; do
echo "$target:"
- echo ' $(MAKE) -C ./local' $target
+ echo ' $(MAKE) -C ./build' $target
done
) > ./makefile
# We copy everything into its final location, and those test files are
# distributed in the tarballs
-TRUST = $(top_srcdir)/trust/tests
+TRUST = ../../trust/tests
prepare-certs:
cp -v cacert3.der $(TRUST)/input/anchors
--stringparam man.copyright.section.enabled 0
XSLTPROC_MAN = \
- $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+ $(XSLTPROC) $(XSLTPROC_FLAGS) --path $(builddir) \
+ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
trust.1: trust.xml $(generate_files)
$(AM_V_GEN) $(XSLTPROC_MAN) $<