17 - # ============ Build from config ===============
18 - cp contrib/config.make .
21 - make test TEST_OPTS=valgrind
22 - make DESTDIR=/tmp/bare-destdir install install-doc
23 - make DESTDIR=/tmp/bare-destdir uninstall
24 - test ! -d /tmp/bare-destdir
25 - make prefix=/tmp/bare-prefix install install-doc
26 - make prefix=/tmp/bare-prefix uninstall
27 - test ! -d /tmp/bare-prefix
29 - # ============ Build using autoconf ============
31 - ./configure --prefix=/tmp/conf-prefix
32 - make V=1 TEST_SHELL=bash all test install install-doc
34 - test ! -d /tmp/conf-prefix