Hi!
I was wondering about how to use Automake together with GNU gettext. I found
some sparely information "about AM_GNU_GETTEXT and ALL_LINGUAS in configure.in
turn on gettext support in automake", but I wasn't able to find any useful
information on how to use automake really to have the work with
On Wed, 28 Dec 2005, Pat Suwalski wrote:
I would like to include the src/tools directory in the distribution, but
all of the tools are perl scripts. It seems wasteful to be making
Makefile.am's and Makefile.in's which are ten times larger than the
tools within each of the directories.
I am awar
Hello,
I have an autotooled project that has a structure like so:
top
src
engine
front-end
tools
tool1
tool2
(...)
I would like to include the src/tools directory in the distribution, but
all of the tools are perl scripts. It seems wasteful to be making
Makefile.a
Hi Claudio,
* Claudio Jolowicz wrote on Tue, Dec 27, 2005 at 07:07:34PM CET:
>
> My package contains the libintl sources in the intl/ subdirectory
> (produced by gettextize with --intl) and sources for a portability
> library in the lib/ subdirectory (produced by gnulib-tool).
>
> When building