mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
(top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.
This commit is contained in:
parent
8895fb35b6
commit
100b744a71
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +11,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# this script runs in the top-level build-dir.
|
|
||||||
top_builddir=@top_builddir_absolute@
|
top_builddir=@top_builddir_absolute@
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir_absolute@
|
||||||
|
|
||||||
TEST_SUITE_DIR=${top_srcdir}/test-suite
|
TEST_SUITE_DIR=${top_srcdir}/test-suite
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue