Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
> Eric:
> | Is there any way you might consider dropping the
> | Front and Back Cover Texts requirements from the manual?
> Sorry, this is the FSF policy. Not my call.
There are other GNU packages with GFDL manuals that do not have Front and
Back
Eric:
| Is there any way you might consider dropping the
| Front and Back Cover Texts requirements from the manual?
Sorry, this is the FSF policy. Not my call.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
| This is why I'd prefer to have some solution which turns off
| optimization (probably based on a configure test) but only on that
| one specific subdir. The rest of the library is optimized for speed,
| but a few minor functions are affected.
I could always overwrite CXXFLAGS in this Makef
[...]
| "make all" works if I use "AM_CPPFLAGS = -I ../lib" in the Makefile.am
| of the exe, but than "make distcheck" does not work (hello.hpp cannot be
| found)
That would be AM_CPPFLAGS = -I$(srcdir)/../lib
| Can anyone give me a hint or a complet working example that is just as
| simple as my
Hello,
On Sun, Apr 09, 2006 at 02:33:42PM +0200, Joost Kraaijeveld wrote:
> "make all" works if I use "AM_CPPFLAGS = -I ../lib" in the Makefile.am
...
> "make distcheck" works if I use "AM_CPPFLAGS = -I ../../../lib" in the
Use
AM_CPPFLAGS = -I $(top_srcdir)/lib
Have a nice day,
Hi,
I have a small test project that has both a library and an executable
(that uses that library) that I am using to try learn the GNU auto build
tools on Debian Etch. I can get either "make all" work *or "make
distcheck" work for the executable but not both, because I cannot get
the include path