--- gforth/configure.in 2008/04/20 15:33:47 1.219 +++ gforth/configure.in 2008/04/30 08:14:15 1.224 @@ -20,7 +20,7 @@ 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-20080405],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) +AC_INIT([gforth],[0.6.9-20080430],[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. @@ -36,7 +36,6 @@ LT_INIT([dlopen]) LTDL_INIT([subproject],[convenience]) AC_CONFIG_AUX_DIR([libltdl/config]) -echo check for ltdl features # check for ltdl features we need # The lt_dladvise_init symbol was added with libtool-2.2 if test "x$with_included_ltdl" != "xyes"; then @@ -54,7 +53,7 @@ fi #how to link with libltdl if test "x$with_included_ltdl" = "xyes"; then #hard-code it (hopefully portable); the official way is to use automake :-( - LTDL_LDLIBS='-L $(top_builddir)/libltdl/.libs -lltdlc' + LTDL_LDLIBS='-L$(top_builddir)/libltdl/.libs -lltdlc' else LTDL_LDLIBS='$(LIBLTDL)' fi @@ -550,6 +549,8 @@ fi if grep -q FORCE_REG arch/$machine/machine.h; then OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS +else + AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG]) fi AC_SUBST(OPTS) @@ -885,6 +886,7 @@ gforthmi vmgen machpc.fs envos.fs +preforth engine/Makefile engine/libcc.h doc/version.texi @@ -893,6 +895,7 @@ AC_CONFIG_COMMANDS([stamp-h],[[echo time chmod +x gforthmi chmod +x vmgen chmod +x build-ec +chmod +x preforth test -d kernel||mkdir kernel $srcdir/mkinstalldirs include/gforth/$PACKAGE_VERSION ln -sf ../../../engine/config.h ../../../engine/libcc.h include/gforth/$PACKAGE_VERSION]],[[PACKAGE_VERSION=$PACKAGE_VERSION]])