summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-03-30 20:28:30 -0700
committerAndy Wingo <wingo@pobox.com>2009-03-30 20:28:30 -0700
commita44c43368b5a6c423e0498b6df734b969df2fdde (patch)
treebfc1dfc82d7cd608650c1914839846a27daf714f /meta
parent9c0cd73e614e338528e1d323dedec54f3dfad1d8 (diff)
downloadguile-a44c43368b5a6c423e0498b6df734b969df2fdde.tar.gz
add test case for load-extension bug, fix gdb-uninstalled-guile
* test-suite/standalone/test-extensions: * test-suite/standalone/test-extensions-lib.c: * test-suite/standalone/Makefile.am: Add a test case for the load-extension bug. * meta/gdb-uninstalled-guile.in: Fix the path to include meta/.
Diffstat (limited to 'meta')
-rw-r--r--meta/gdb-uninstalled-guile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/gdb-uninstalled-guile.in b/meta/gdb-uninstalled-guile.in
index 457ab2bd7..aa33e0799 100644
--- a/meta/gdb-uninstalled-guile.in
+++ b/meta/gdb-uninstalled-guile.in
@@ -34,5 +34,5 @@
set -e
# env (set by configure)
top_builddir="@top_builddir_absolute@"
-exec ${top_builddir}/uninstalled-env libtool --mode=execute \
+exec ${top_builddir}/meta/uninstalled-env libtool --mode=execute \
gdb --args ${top_builddir}/libguile/guile "$@"