Diff for /gforth/configure.in between versions 1.187 and 1.188

version 1.187, 2007/06/02 14:25:26 version 1.188, 2007/06/04 18:13:26
Line 21  dnl Process this file with autoconf to p Line 21  dnl Process this file with autoconf to p
   
 dnl We use some automake macros here,  dnl We use some automake macros here,
 dnl but don't use automake for creating Makefile.in  dnl but don't use automake for creating Makefile.in
 AC_INIT([gforth],[0.6.9-20070602],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])  AC_INIT([gforth],[0.6.9-20070604],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
 AC_PREREQ(2.54)  AC_PREREQ(2.54)
 #snapshots have numbers major.minor.release-YYYYMMDD  #snapshots have numbers major.minor.release-YYYYMMDD
 #note that lexicographic ordering must be heeded.  #note that lexicographic ordering must be heeded.
Line 793  AC_SUBST(include_fi) Line 793  AC_SUBST(include_fi)
 #if test $srcdir = "."; then srcdir=`pwd`   #if test $srcdir = "."; then srcdir=`pwd` 
 #fi  #fi
   
   echo "version=$PACKAGE_VERSION"
   
 AC_SUBST(machine)  AC_SUBST(machine)
 AC_CONFIG_FILES([  AC_CONFIG_FILES([
 Makefile  Makefile
Line 802  vmgen Line 804  vmgen
 machpc.fs  machpc.fs
 envos.fs  envos.fs
 engine/Makefile  engine/Makefile
   engine/libcc.h
 doc/version.texi  doc/version.texi
 build-ec ])  build-ec ])
 AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h  AC_CONFIG_COMMANDS([stamp-h],[[echo timestamp > stamp-h
 chmod +x gforthmi  chmod +x gforthmi
 chmod +x vmgen  chmod +x vmgen
 chmod +x build-ec  chmod +x build-ec
 test -d kernel||mkdir kernel]],[[]])  test -d kernel||mkdir kernel
   $srcdir/mkinstalldirs include/gforth/$PACKAGE_VERSION
   ln -s ../../../engine/config.h ../../../engine/libcc.h include/gforth/$PACKAGE_VERSION]],[[PACKAGE_VERSION=$PACKAGE_VERSION]])
 AC_OUTPUT  AC_OUTPUT
   

Removed from v.1.187  
changed lines
  Added in v.1.188


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