how to add translations
Steven Suson
suson at TuckerEnergy.com
Wed Dec 15 22:17:55 GMT 2004
I believe that configure.in is created using Perl scripts located in the
admin directory (could be wrong here), but autoconf takes as input the
configure.in in order to generate the configure script.
There are two forms for this, depending on the version of autoconf. For
2.5n the args to AC_INIT are PackageName,Version,EmailAddressofMaintainer
For versions of autoconf prior to 2.5, the AM_INIT_AUTOMAKE macro is
used, with the same arguments. The form of AC_INIT that you appear to be
using is for pre-2.5 autconf.
Steve
Andreas Pakulat wrote:
>On 15.Dec 2004 - 13:00:34, Steven Suson wrote:
>
>
>>The pacakge name for use by configure should be set by the first
>>argument to AC_INIT from within the configure.in.
>>
>>
>
>But isn't configure.in created from autotools? I thought so as I have
>a configure.in.in. Anyway AC_INIT line in configure.in reads
>
>AC_INIT(acinclude.m4)
>
>and it looks like it comes from admin/configure.in.min. So what should
>it be? AC_INIT(acinclude.m4,$APPNAMELC$,$VERSION$) ? Or should I
>hardcode the project name into the configure.in.min?
>
>Andreas
>
>
>
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list