aboutsummaryrefslogtreecommitdiff
path: root/sim/common/aclocal.m4
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2000-03-30 20:49:27 +0000
committerDave Brolley <brolley@redhat.com>2000-03-30 20:49:27 +0000
commitb2ac51e41388a25646c6e0f815ee6ecb58d3f5be (patch)
treed7d40f6f830148fdba56eae168cbfd8c97828e02 /sim/common/aclocal.m4
parentf8603f2f73616545002753298677e5639227a000 (diff)
downloadgdb-b2ac51e41388a25646c6e0f815ee6ecb58d3f5be.zip
gdb-b2ac51e41388a25646c6e0f815ee6ecb58d3f5be.tar.gz
gdb-b2ac51e41388a25646c6e0f815ee6ecb58d3f5be.tar.bz2
2000-03-30 Dave Brolley <brolley@redhat.com>
* aclocal.m4 (cgen): Use guile to run cgen.
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r--sim/common/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4
index 2d22322..4adb53e 100644
--- a/sim/common/aclocal.m4
+++ b/sim/common/aclocal.m4
@@ -1196,7 +1196,7 @@ AC_DEFUN(SIM_AC_OPTION_CGEN_MAINT,
[
cgen_maint=no
dnl Default is to use one in build tree.
-cgen=../../cgen/cgen
+cgen=guile
cgendir='$(srcdir)/../../cgen'
dnl Having --enable-maintainer-mode take arguments is another way to go.
dnl ??? One can argue --with is more appropriate if one wants to specify
@@ -1213,7 +1213,7 @@ AC_ARG_ENABLE(cgen-maint,
# Having a `share' directory might be more appropriate for the .scm,
# .cpu, etc. files.
cgendir=${cgen_maint}/lib/cgen
- cgen=${cgendir}/bin/cgen
+ cgen=guile
;;
esac])dnl
dnl AM_CONDITIONAL(CGEN_MAINT, test x${cgen_maint} != xno)