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
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
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
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