2000-03-30 Dave Brolley <brolley@redhat.com>
authorDave Brolley <brolley@redhat.com>
Thu, 30 Mar 2000 20:49:27 +0000 (20:49 +0000)
committerDave Brolley <brolley@redhat.com>
Thu, 30 Mar 2000 20:49:27 +0000 (20:49 +0000)
* aclocal.m4 (cgen): Use guile to run cgen.

sim/common/ChangeLog
sim/common/aclocal.m4

index 04ab3ae18d60fa74686f67d93c0750ff75f53b1a..bc0e35d50566c91739e5d99a5ec5b06e0adad405 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-30  Dave Brolley  <brolley@redhat.com>
+
+       * aclocal.m4 (cgen): Use guile to run cgen.
+
 2000-03-23  Dave Brolley  <brolley@redhat.com>
 
        * cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to
index 2d223224ef50e8b4f1e1dddf679f0bfd962f442c..4adb53e4b2a056e684717516d5b1d85a217cac2d 100644 (file)
@@ -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)