--- gforth/configure.in 2002/12/24 23:40:29 1.93 +++ gforth/configure.in 2002/12/27 12:32:52 1.94 @@ -18,18 +18,16 @@ dnl Process this file with autoconf to p #along with this program; if not, write to the Free Software #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -AC_INIT(engine/engine.c) - dnl We use some automake macros here, dnl but don't use automake for creating Makefile.in -AM_INIT_AUTOMAKE(gforth,0.5.9-20020901) +AC_INIT(gforth,0.5.9-20021227,https://savannah.gnu.org/bugs/?func=addbug&group=gforth) #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="1 September 2002" +UPDATED="27 December 2002" AC_SUBST(UPDATED) -AM_CONFIG_HEADER(engine/config.h) -#AM_CYGWIN32 +AC_CONFIG_HEADERS(engine/config.h) +dnl AM_CYGWIN32 #default setting that may be changed later: no_dynamic_default=0