From 82414c03856f95b2be6c27842d9707b97e3c885a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 16 Jun 2003 17:47:38 +0000 Subject: [PATCH] Don't modify version (per comment). --- gc/configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gc/configure.in b/gc/configure.in index eca063041d7..a7154d9744f 100644 --- a/gc/configure.in +++ b/gc/configure.in @@ -17,7 +17,10 @@ dnl Process this file with autoconf to produce configure. # Initialization # ============== -AC_INIT(gc,[6.2alpha6, modified for Emacs]) +dnl We'd like the version to include something like `modified for Emacs', +dnl but that currently confuses the stuff in acinclude.m4 and +dnl include/version.h, as below. +AC_INIT(gc,[6.2alpha6]) ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)? AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CANONICAL_TARGET -- 2.39.5