update-po fails in "make distcheck"

2000-09-21 Thread Pavel Roskin
Hello! I have recently converted GNU Midnight Commander to Automake. However, there is one problem that prevents "make distcheck" from working. "make distcheck" creates a tarball, unpacks it, sets permissions to read-only, builds the package and tests some of the make targets to ensure that all

Re: Re: Re: [Automake] Making a Distribution

2000-09-21 Thread Tom Browder
Since the distribution shouldn't be dependent upon autoconf and automake, why, then are the *.am files shipped? In any event, my configure.in has AC_OUTPUT(Makefile dir1/Makefile dir2/Makfile) just as the example in the manual. And the resulting Makefile.in's have reference to am scattered a

[Automake] header dependencies on compilation

2000-09-21 Thread Patrick Guio
Dear all I am trying to use the configure system to build a library/program but I get some problems with dependencies. I have a directory containing .cpp and .h files which I would like to compile in two libraries with different compilation flags lib_LTLIBRARIES = libpicsim3d.la libpicsim2d.la

[Automake] PR: Optional subdirectories cause make distcheck to fail

2000-09-21 Thread Richard Boulton
Hi, I've just been trying to submit this as a PR at sources.redhat.com, but I can't get that system to work (get a "Submitter-Id is 'unknown'" error). So: Synopsis: Optional subdirectories cause make distcheck to fail Release: cvs automake (Aug 30 2000) Environment: Debian GNU/Linux 2.2 au