enable accounts translation
Christian Stimming
stimming@tuhh.de
Mon, 09 Dec 2002 15:37:34 +0100
Nikos Charonitakis wrote:
> Christian Stimming wrote:
>> 1) In configure.in near the end, in the list for the macro AC_OUTPUT,
>> you need to add the line
>> accounts/el/Makefile
>> right next to the other accounts/... lines.
I forgot to mention that after this step, you need to run "autoconf".
>> 2) In the file accounts/Makefile.am in the variable definition for
>> SUBDIRS, you just need to add the value "el".
>>
>> 3) In your newly created accounts/el/ directory, you need to create a
>> file Makefile.am, which you probably just copy from some of the other
>> accounts/... directories. Insert the "el" entry instead of the other
>> language name. If you added/removed some acctchrt_*.gnucash-xea files,
>> add or remove the respective lines for the account_DATA variable in
>> the Makefile.am file.
and after these two steps you need to run "automake".
Now you need to run "./configure".
> following the steps you discribed have no results .
> during configure no el directory is recognized.
> So i copy (in step2) Makefile.in and Makefile from accounts/C to
> accounts/el
> changed to el every C entry but configure didnt recognize el dir again.
If it still doesn't work, you can just send your accounts/el directory
to gnucash-patches. Somebody will commit it to gnucash CVS, along with
the other necessary changes in the configure system. This would mean
that you only need to check out CVS in a few hours and you're done.
Christian