summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-01-12 07:51:16 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-01-12 11:51:24 +0400
commita31ae2c9ac9a1f1f24ba79afa5f358fd385474ff (patch)
tree7f10b9f426bbc49192c1cab51025844bda0ab134 /configure.ac
parent5a18e3683a4cc393499afc5a806d371c1e382798 (diff)
downloadbdwgc-a31ae2c9ac9a1f1f24ba79afa5f358fd385474ff.tar.gz
Replace repeating '==' sequences in documentation with double '=' mark
* TODO: Replace sequences of repeating '==' identifying section titles (which is also used by git-apply) with two '=' symbols at the beginning and at the end of each title. * ChangeLog: Likewise. * doc/README.Mac: Likewise. * doc/README.darwin: Likewise. * configure.ac: Remove sequences of repeating '==' (in a comment). * doc/README.amiga: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 888d0a7f..268f1b8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,6 @@
dnl Process this file with autoconf to produce configure.
# Initialization
-# ==============
-
AC_INIT(gc,7.3alpha1,hans.boehm@hp.com)
## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
AC_CONFIG_SRCDIR(gcj_mlc.c)