alphanumeric to `-' instead of `_'.
+2002-01-30 Akim Demaille <akim@epita.fr>
+
+ * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
+ alphanumeric to `-' instead of `_'.
+
2002-01-30 Akim Demaille <akim@epita.fr>
* tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
@ovindex PACKAGE_TARNAME
@cvindex PACKAGE_TARNAME
@var{package} once @samp{GNU } strip, lower cased, and all non
-alphanumeric character mapped onto @samp{_}.
+alphanumeric character mapped onto @samp{-}.
@item @code{AC_PACKAGE_VERSION}, @code{PACKAGE_VERSION}
@acindex PACKAGE_VERSION
@ovindex EXEEXT
All the tests for compilers (@code{AC_PROG_CC}, @code{AC_PROG_CXX},
@code{AC_PROG_F77}) define the output variable @code{EXEEXT} based on
-the output of the compiler, typically to the empty string if Unix and
+the output of the 1compiler, typically to the empty string if Unix and
@samp{.exe} if Win32 or OS/2.
@ovindex OBJEXT
[m4_define([AC_PACKAGE_TARNAME],
m4_bpatsubst(m4_tolower(m4_bpatsubst([[[$1]]], [GNU ])),
[[^abcdefghijklmnopqrstuvwxyz0123456789]],
- [_]))])
+ [-]))])
m4_ifndef([AC_PACKAGE_VERSION],
[m4_define([AC_PACKAGE_VERSION], [$2])])
m4_ifndef([AC_PACKAGE_STRING],