| |
|
| 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. |
| #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 |
| 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 |
| |
|