Re: Public header files

2010-03-15 Thread Ralf Wildenhues
* Jef Driesen wrote on Sat, Mar 13, 2010 at 11:21:45PM CET: > On 13/03/10 11:34, Ralf Wildenhues wrote: > >You are using a AC_CONFIG_FILES now instead of a AC_CONFIG_HEADERS. > >That's fine per se, but config files are updated unconditionally by > >config.status, meaning that the updated timestamp

Re: Baked-in paths

2010-03-15 Thread John Calcote
Hi Reuben, On 3/14/2010 4:29 PM, Reuben Thomas wrote: I imagine this question has been asked before, but searching the archives, the net and the manual didn't help me with the following: I have a C program which loads some scripts at runtime. These are stored in datadir (e.g. /usr/local/share/p

Re: Baked-in paths

2010-03-15 Thread Steffen Dettmer
On Sun, Mar 14, 2010 at 11:29 PM, Reuben Thomas wrote: > I have a C program which loads some scripts at runtime. These are > stored in datadir (e.g. /usr/local/share/prog). But I also want to be > able to run the program from its build directory. We have some similar situations but failed to find

Re: Baked-in paths

2010-03-15 Thread Reuben Thomas
On 15 March 2010 01:30, Bob Friesenhahn wrote: > On Sun, 14 Mar 2010, Reuben Thomas wrote: > >> I imagine this question has been asked before, but searching the >> archives, the net and the manual didn't help me with the following: >> >> I have a C program which loads some scripts at runtime. Thes