Diff for /gforth/configure.in between versions 1.263 and 1.264

version 1.263, 2008/11/01 18:03:06 version 1.264, 2008/11/01 22:15:32
Line 822  AC_PROG_INSTALL Line 822  AC_PROG_INSTALL
 AC_CHECK_PROGS(TEXI2DVI,texi2dvi4a2ps texi2dvi)  AC_CHECK_PROGS(TEXI2DVI,texi2dvi4a2ps texi2dvi)
   
 dnl MacOS X has a libtool that does something else  dnl MacOS X has a libtool that does something else
 AC_CHECK_PROGS(GNU_LIBTOOL,glibtool libtool)  AC_CHECK_PROGS(GNU_LIBTOOL,"glibtool --tag=CC" libtool)
   
 if test -n "$GNU_LIBTOOL"; then  if test -n "$GNU_LIBTOOL"; then
   build_libcc_named=build-libcc-named    build_libcc_named=build-libcc-named

Removed from v.1.263  
changed lines
  Added in v.1.264


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