Diff for /gforth/configure.in between versions 1.138 and 1.139

version 1.138, 2004/04/10 10:15:06 version 1.139, 2004/06/13 17:04:28
Line 356  AC_SUBST(asm_fs) Line 356  AC_SUBST(asm_fs)
 AC_CHECK_PROG(disasm_fs,disasm.fs,arch/$machine/disasm.fs,,$srcdir/arch/$machine)  AC_CHECK_PROG(disasm_fs,disasm.fs,arch/$machine/disasm.fs,,$srcdir/arch/$machine)
 AC_SUBST(disasm_fs)  AC_SUBST(disasm_fs)
   
   #programs needed for dis-gdb.fs
   #it would be better to check for them at run-time, though
   AC_CHECK_PROG([disgdb_fs1],[mktemp],[dis-gdb.fs],)
   AC_CHECK_PROG([disgdb_fs],[gdb],[$disgdb_fs1],)
   
 AC_PATH_PROG(INSTALL_INFO,install-info,[echo '>>>>Please make info dir entry:'],$PATH:/sbin:/usr/sbin:/usr/local/sbin)  AC_PATH_PROG(INSTALL_INFO,install-info,[echo '>>>>Please make info dir entry:'],$PATH:/sbin:/usr/sbin:/usr/local/sbin)
   
 case "$host_os" in  case "$host_os" in

Removed from v.1.138  
changed lines
  Added in v.1.139


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>