issue: #1210 hangul_keyboard_list should be moved
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Fri, 4 Mar 2011 15:48:56 +0000 (00:48 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Fri, 4 Mar 2011 15:48:56 +0000 (00:48 +0900)
commit92506e7fc05dc54eb39f02c566cdb53a99ef1740
treeb63fc9ad746e822f63308f943e7e5c3e0933a1bc
parente29f8a85374a7a28c47010dd145f5126baa3cfa4
issue: #1210 hangul_keyboard_list should be moved

hangul_keyboard_list is architecture dependent file, so it should be
installed in ${pkglibdir} or its subdir. I made it installed in
${pkglibdir}/setup.

config.py will be created by Makefile not configure. Variable ${pkglibdir}
is suitable for Make, but python will not expand it correctly. It's better
for Make to generate config.py so that Make expand the variables.
configure.ac
setup/Makefile.am
setup/config.py.in
setup/main.py