On Sunday 23 February 2003 15:25, Hakan Duran wrote: > Here is the Turkish package. I couln't figure out how to compile this > package into my system though. I tried to recompile the whole package with > the addidtion of this folder under usr/src/blackbox-0.65.0/nls folder, but > the "./configure" command did not create a makefile for tr_TR. Am I > missing something or it needs more than that? >
I disabled the turkish translation before shipping 0.65.0. The steps are: * cd into the top of the blackbox source tree (where the configure script is) * make distclean * Edit nls/Makefile.am and add tr_TR to the SUBDIRS line * run 'automake --foreign --include-deps' * run 'autoconf' Now when you run configure all should be well. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
