2000-03-30 Dave Brolley <brolley@redhat.com>

* aclocal.m4 (cgen): Use guile to run cgen.
This commit is contained in:
Dave Brolley 2000-03-30 20:49:27 +00:00
parent f8603f2f73
commit b2ac51e413
2 changed files with 6 additions and 2 deletions

View 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> 2000-03-23 Dave Brolley <brolley@redhat.com>
* cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to * cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to

View File

@ -1196,7 +1196,7 @@ AC_DEFUN(SIM_AC_OPTION_CGEN_MAINT,
[ [
cgen_maint=no cgen_maint=no
dnl Default is to use one in build tree. dnl Default is to use one in build tree.
cgen=../../cgen/cgen cgen=guile
cgendir='$(srcdir)/../../cgen' cgendir='$(srcdir)/../../cgen'
dnl Having --enable-maintainer-mode take arguments is another way to go. 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 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, # Having a `share' directory might be more appropriate for the .scm,
# .cpu, etc. files. # .cpu, etc. files.
cgendir=${cgen_maint}/lib/cgen cgendir=${cgen_maint}/lib/cgen
cgen=${cgendir}/bin/cgen cgen=guile
;; ;;
esac])dnl esac])dnl
dnl AM_CONDITIONAL(CGEN_MAINT, test x${cgen_maint} != xno) dnl AM_CONDITIONAL(CGEN_MAINT, test x${cgen_maint} != xno)