Title: Untitled Document
Dear User,
As part of our security measures, we regularly screen activity in the
PayPal system. We recently noticed the following issue on your account:
We would like to ensure that your account was not accessed by an
unauthorized third party. Because protecting
The Makefile.am I am looking at has:
nobase_include_HEADERS = histedit.h editline/readline.h
The Makefile.in (generated by automake 1.9.5) does:
nobase_include_HEADERS = histedit.h editline/readline.h
...
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
@$(NORMAL_INSTALL)
On Thu, Jun 30, 2005 at 04:31:43PM +0200, Stepan Kasal wrote:
>
> As we all know, when cpp processes #include "xx.h", it searched first
> the "current directory", and then the system directories. The problem
> here is that "current directory" here means the directory of the currently
> processed