1This example relies on YaST2 (SuSE Linux: package yast2-core).
2
3Before "make install", you need to make the locale directory writable:
4  chmod a+w /usr/share/YaST2/locale
5  chmod a+w /usr/share/YaST2/locale/*/LC_MESSAGES
6Unfortunately this directory is hardwired in YaST; there is no way to
7put the message catalogs elsewhere.
8
9Installation:
10  ./autogen.sh
11  ./configure --prefix=/some/prefix
12  make
13  make install
14Cleanup:
15  make distclean
16  ./autoclean.sh
17