OSDN Git Service

configure: change meaning of --datadir to Autoconf convention
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 18 Apr 2012 19:55:49 +0000 (16:55 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 24 Apr 2012 14:50:31 +0000 (09:50 -0500)
commit528ae5b85079ce5744c7d682b11045eee7e0fb70
tree8095b6e59e1dfd36a1a6ff14145c7be1703a0f75
parent0b3b717470c02013d692e8055efae7d64334a448
configure: change meaning of --datadir to Autoconf convention

Autoconf uses --datadir for the /usr/share directory, not the
program-specific subdirectory inside /usr/share. This changes configure
to match autoconf behavior.

Note that this will break compatibility with existing build scripts.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure