configure: fix --language=all
commitb5349bb946d481e0f74449960b8f81839b47bd3c
authorUoti Urpala <uau@mplayer2.org>
Thu, 8 Nov 2012 01:21:10 +0000 (8 03:21 +0200)
committerUoti Urpala <uau@mplayer2.org>
Thu, 8 Nov 2012 01:21:10 +0000 (8 03:21 +0200)
tree9f0d39b82b01263cfbb4ef0bb20a1abfd50aecd6
parent14aa548157cc651ea732313406243666a26ab449
configure: fix --language=all

The configure code determining available manpage languages was missing
changes needed after moving the manpage to RST format. As a result,
trying to enable all languages created an invalid list of language
names, which led to a failure when trying to run "make install". Fix.
Note that currently the manpage is not available in the new format in
languages other than English, so trying to enable all languages
doesn't actually do anything different from the default.
configure