[glug-t] Re: Automake dependencies
- From: Muthiah Annamalai <dearestchum@xxxxxxxxxxx>
- To: glug_t@xxxxxxxxxxxxx
- Date: Wed, 29 Jun 2005 10:39:48 -0700 (PDT)
Hello there!
--- Vijay Kumar <vijaykumar@xxxxxxxxxxxx> wrote:
> dir.h: Makefile
> echo '#define DATA_DIR "$(pkgdatadir)"' >$@
If all you want is get the DATA_DIR definition in your
code/header files, generate it from your
./configure.in like this.
DATA_DIR = $(pkgdatadir)
AC_SUBST(DATA_DIR)
and in your code include the "../config.h"
Thats all.
I dont know about the problem youre saying.
My $0.02
Muthu
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
- Follow-Ups:
- [glug-t] Re: Automake dependencies
- From: Vijay Kumar
- References:
- [glug-t] Automake dependencies
- From: Vijay Kumar
Other related posts:
- » [glug-t] Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- » [glug-t] Re: Automake dependencies
- [glug-t] Re: Automake dependencies
- From: Vijay Kumar
- [glug-t] Automake dependencies
- From: Vijay Kumar