Re: Determine Data Root Directoy in code

2007-06-14 Thread Ralf Wildenhues
Hello Jeshua, * jeshuabratman wrote on Wed, Jun 13, 2007 at 09:28:37PM CEST: > > [...] I don't know how that datarootdir variable is passed into the C > code. It doesn't seem to be put in config.h. Does this help?

Re: duplicate installdirs bug

2007-06-14 Thread Ralf Wildenhues
Hello David, * David Fang wrote on Fri, Jun 15, 2007 at 05:27:22AM CEST: > With automake 1.9.6, I'm getting distcheck failures during the > install phase (or just during non-distcheck make install): > > = reduced Makefile.am = > # let package name == 'yoyodyne' >

duplicate installdirs bug

2007-06-14 Thread David Fang
Hi, With automake 1.9.6, I'm getting distcheck failures during the install phase (or just during non-distcheck make install): = reduced Makefile.am = # let package name == 'yoyodyne' foodir = $(pkgdatadir)/foo foo_DATA = file1 dist_foo_DATA = file2 ==

Determine Data Root Directoy in code

2007-06-14 Thread jeshuabratman
I'm just starting to work with the gnu autotools and I have a quick question about Automake. Inside Makefile.am I have access to the directory variables from the configure script such as datarootdir. I've gathered that these determine where specified files are put when you run make install. I can