]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_INIT: allow bugreport to contain '?'
authorEric Blake <eblake@redhat.com>
Sat, 14 Aug 2010 19:17:04 +0000 (13:17 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 14 Aug 2010 19:24:53 +0000 (13:24 -0600)
commit64000cf1f891b8c64b9ad12f7b0f06075ba403b7
tree77f9caa5c7ba3c5dd895a7752b15fb0fdf8d6752
parent8fb83cd25b587eb71b5dd34da0431b07ae8ef999
AC_INIT: allow bugreport to contain '?'

* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Relax check.
* tests/base.at (AC_INIT with unusual version strings): Enhance
test.
* doc/autoconf.texi (Initializing configure): Document this.
* NEWS: Likewise.
* THANKS: Update.
Reported by Yavor Doganov and others.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
NEWS
THANKS
doc/autoconf.texi
lib/autoconf/general.m4
tests/base.at