The previous patch fixed the out of tree build when the configure script
was called with a path relative to the builddir but still failed when
the path was absolute. This works with both.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
EXTRA_DIST = test_ust_elf.in $(srcdir)/data/**
$(noinst_SCRIPTS): %: %.in
- sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
+ sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
chmod +x $@
#!/bin/bash
TEST_DIR=$(dirname $0)
-./${TEST_DIR}/prog $TEST_DIR/@TOPSRCDIR@/tests/ust-elf
+./${TEST_DIR}/prog @ABSTOPSRCDIR@/tests/ust-elf