]> granicus.if.org Git - python/commit
Newer autoconf versions (from 2.60) want a 'datarootdir' definition in
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 9 Sep 2007 11:13:42 +0000 (11:13 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 9 Sep 2007 11:13:42 +0000 (11:13 +0000)
commit9bc2dd6321aed7b123b573733df5ae67ae1e07b7
tree44889a20177fe0e1ab3e5cbc0ada849e7a8c8a92
parent0539313b0996d86e3cf9d5bd666d9e1eaa525bca
Newer autoconf versions (from 2.60) want a 'datarootdir' definition in
(Make-)files that use mandir (and other data directory macros).

This patch solves a warning during configure, specifically:

...
config.status: creating Makefile.pre
config.status: WARNING:  ../Makefile.pre.in seems to ignore the --datarootdir setting
...

See also: <http://www.gnu.org/software/automake/manual/autoconf/Changed-Directory-Variables.html>
Makefile.pre.in