|
From: Chee B. H. <cb...@mi...> - 2003-12-03 03:42:11
|
Hi guys,
I am quite new to list. I recently installed scrollkeeper-0.3.12, but i
found a problem for it.
the file `scrollkeeper.h.in` in `libs`, after configure, will substitute
into scrollkeeper.h, however, the content:
#define SCROLLKEEPERLOGFILE "@localstatedir@/log/scrollkeeper.log"
#define SCROLLKEEPERLOGFILE_ROT "@localstatedir@/log/scrollkeeper.log.1"
will be substituted into (scrollkeeper.h):
#define SCROLLKEEPERLOGFILE "${prefix}/var/log/scrollkeeper.log"
#define SCROLLKEEPERLOGFILE_ROT "${prefix}/var/log/scrollkeeper.log.1"
Look at the Makefile.am, the correct scrollkeeper.h.in should be:
#define SCROLLKEEPERLOGFILE SCROLLKEEPER_STATEDIR"/log/scrollkeeper.log"
#define SCROLLKEEPERLOGFILE_ROT \
SCROLLKEEPER_STATEDIR"/log/scrollkeeper.log.1"
So the value can be substituted correctly into the scrollkeeper.h.in
Any idea?
regards,
HOH
--
Chee Bin HOH <cb...@gn...>, http://community.asiaosc.org/~cbhoh
Where we're going, we don't need roads..., http://www.gnome.org
Free Software - `Free` as in Freedom, http://www.gnu.org/philosophy/philosophy.html
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
|