Pass tarname argument to AC_INIT
commit27dcdd37984e9e9da07eb6ce5a3991bbffa1bd1f
authorAndreas Metzler <ametzler@downhill.at.eu.org>
Sun, 29 Aug 2010 12:41:33 +0000 (29 14:41 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 29 Aug 2010 12:55:14 +0000 (29 14:55 +0200)
tree2c572dc38fe60a91e408e18a481ffe887de7c42b
parentce04eabec6574a4964e0d9b4b53c76ff26a6cbb8
Pass tarname argument to AC_INIT

If AC_INIT is invoked without tarname argument PACKAGE_TARNAME and
PACKAGE will be sanitized (lowercased, and all characters other than
alphanumerics and underscores are changed to ‘-’.)

For windowmaker this has the sideeffect of changing install directories,
util/wmaker.inst installs stuff to #pkgdatadir# which suddenly is
/usr/share/windowmaker instead of /usr/share/WindowMaker.

Supplement AC_INIT invokation with tarname (and while we are at it url)
argument to fix this.
configure.ac