--- gforth/configure.in 2008/11/01 18:03:06 1.263 +++ gforth/configure.in 2008/11/02 17:16:46 1.265 @@ -20,12 +20,12 @@ dnl Process this file with autoconf to p dnl We use some automake macros here, dnl but don't use automake for creating Makefile.in -AC_INIT([gforth],[0.6.9-20081026],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) +AC_INIT([gforth],[0.7.0],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_PREREQ(2.54) #snapshots have numbers major.minor.release-YYYYMMDD #note that lexicographic ordering must be heeded. #I.e., 0.4.1-YYYYMMDD must not exist before 0.4.1! -UPDATED="October 26, 2008" +UPDATED="November 2, 2008" AC_SUBST(UPDATED) AC_CONFIG_HEADERS(engine/config.h) @@ -822,7 +822,7 @@ AC_PROG_INSTALL AC_CHECK_PROGS(TEXI2DVI,texi2dvi4a2ps texi2dvi) 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 build_libcc_named=build-libcc-named