rpcgen messing with dependencies

2006-06-02 Thread Thomas 'Tom' R. Treadway III
I have a directory where I'm trying to create a library, containing a rpcgen generated file. I can't seem to construct the Makefile.am so that VPATH, and distclean work. For some reason the dependency check of sdxproto.c fails because it assumes sdxproto.h is in $(srcdir), nor

Re: rpcgen messing with dependencies

2006-06-02 Thread Thomas 'Tom' R. Treadway III
Seems rpcgen is to blame, it seems to hardcode the path of the include file. trt On Jun 2, 2006, at 2:47 PM, Thomas 'Tom' R. Treadway III wrote: I have a directory where I'm trying to create a library, containing a rpcgen generated file. I can't seem to construct the Makefile.am so

Re: Manual Example

2006-05-30 Thread Thomas 'Tom' R. Treadway III
Is there a way to have commas in the text of AS_HELP_STRING? For example: AS_HELP_STRING([--with-HDF5=INC,LIB],[Location of HDF5 include files and libraries]) trt On May 26, 2006, at 4:45 AM, Ralf Wildenhues wrote: silly me... * Ralf Wildenhues wrote on Fri, May 26, 2006 at 01:39:04PM

Re: Manual Example

2006-05-30 Thread Thomas 'Tom' R. Treadway III
On May 30, 2006, at 10:18 AM, Ralf Wildenhues wrote: Hello Thomas, * Thomas 'Tom' R. Treadway III wrote on Tue, May 30, 2006 at 07:03:15PM CEST: Is there a way to have commas in the text of AS_HELP_STRING? For example: AS_HELP_STRING([--with-HDF5=INC,LIB],[Location of HDF5 include files

Re: How to use BUILT_SOURCES in non-recursive, multi-directory project?

2006-03-09 Thread Thomas 'Tom' R. Treadway III
On Mar 9, 2006, at 11:51 AM, Thomas Dickey wrote: On Thu, 9 Mar 2006, Ralf Wildenhues wrote: * Thomas Dickey wrote on Thu, Mar 09, 2006 at 08:13:07PM CET: On Thu, 9 Mar 2006, Ralf Wildenhues wrote: dirname and basename are not portable to ancient hosts. In practice they will work fine,

Re: How to use BUILT_SOURCES in non-recursive, multi-directory project?

2006-03-09 Thread Thomas 'Tom' R. Treadway III
On Mar 9, 2006, at 12:57 PM, Thomas Dickey wrote: On Thu, 9 Mar 2006, Thomas 'Tom' R. Treadway III wrote: On Mar 9, 2006, at 11:51 AM, Thomas Dickey wrote: hmm - I can remember when it was a problem (around 1990), but can't recall whether it was Apollo SR9, SunOS 3 or HPUX. You did say

Re: Disabling optimization

2004-11-18 Thread Thomas 'Tom' R. Treadway III
CXXFLAGS=`echo $CXXFLAGS | sed -e 's|-O2||'` On Nov 18, 2004, at 1:44 PM, Bob Friesenhahn wrote: On Thu, 18 Nov 2004, Andrew Suffield wrote: What you're all trying to say is this: CXXFLAGS=-g -O0 ${CXXFLAGS} Nope, this prevents overriding CXXFLAGS from the environment. It does not. I do it all the

Dependency tracking

2004-02-20 Thread Thomas 'Tom' R. Treadway III
I would like to have the option of making dependency tracking default to no-dependencies, unless a --enable-dependency-tracking configuration option is used. Much like how how AC_DISABLE_SHARED works to decrease compile time. trt -- Thomas R. Treadway Computer Scientist Lawrence Livermore