* aclocal.m4 (cgen): Use guile to run cgen.
+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
[
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
# 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)