Re: How do I make a portable test??

2003-02-14 Thread Eric Siegerman
On Fri, Feb 14, 2003 at 06:41:04PM +, Dr. David Kirkby wrote: > Eric Siegerman wrote: > AC_HAVE_HEADERS(gsl/gsl_sf_ellint.h,[gsl_inc_count=$(($gsl_inc_count + > 1))]) Right; "$((expr))" -- "arithmetic expansion" it's called in ksh(1) -- is another nonstandard extension. The Bourne-shell way t

Re: How do I make a portable test??

2003-02-14 Thread Dr. David Kirkby
Eric Siegerman wrote: > > On Fri, Feb 14, 2003 at 09:39:21AM +, Dr. David Kirkby wrote: > > Thanks, I assume then in this case I should be using -eq, since I am > > comparing the numeric values of something - whether it is 0 or has > > been incremented by one or two. > > Yup. The difference

Stupid problem: how to specify the directory for .h files?

2003-02-14 Thread Jean-Guillaume Paradis (LMC)
Hi all, For my project, I want to place the source files in a src directory and the .h files in an include directory, but I can't get it to work. My entire project now compiles using automake, I did a distribution, there is only this little thing left to fix :) So, in the Makefile.am of t

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-14 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes: [...] Robert> these files are installed by "make install", Could you send the output of `make install', so we see exactly when these files are installed? Robert> which is run as a dependency of distcheck. Any ideas Robert> why this

Re: Automake 1.7.2b uploaded (beta for 1.7.3)

2003-02-14 Thread Robert Boehne
Alexandre, Ok, I have Automake 1.7.2b, Autoconf 2.57, Texinfo 4.2 (also tried 4.5) Make 3.79.1 and bash 2.05a.0(1)-release. I removed everything in my libtool directory but the top-level "CVS" directory, then did an update to get current cvs. ./bootstrap && ./configure \ --prefix=/net/testme &&