]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_INIT: Use correct value for PACKAGE_TARNAME.
authorJim Meyering <meyering@redhat.com>
Tue, 15 Sep 2009 17:21:21 +0000 (19:21 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 15 Sep 2009 20:01:54 +0000 (22:01 +0200)
commit44483f024289095945e7430d020121704bc8fb46
tree652df289054eb6b0619526d52fcc35bce91d6960
parente5ddeae43ab4e48ca46c6dda7ede43f65a5d8117
AC_INIT: Use correct value for PACKAGE_TARNAME.

* lib/autoconf/general.m4 (AC_PACKAGE_NAME): Remove what are excess
quotes around the package name, now that m4_tolower's result is quoted.
* tests/base.at (AC_INIT): Test for this.

Signed-off-by: Jim Meyering <meyering@redhat.com>
lib/autoconf/general.m4
tests/base.at