Re: Am I using m4_patsubst and m4_regexp?

2001-10-19 Thread Roberto Bagnara
[EMAIL PROTECTED] wrote: > > On Sat, Oct 13, 2001 at 06:55:19PM +0200, Roberto Bagnara wrote: > > > > Hi there, > > > > I have switched to the latest autoconf snapshot (2.52e, cvs-updated today) > > and have tried hard to follow all the instructions for the u

Am I using m4_patsubst and m4_regexp?

2001-10-13 Thread Roberto Bagnara
yconf-html doc/devref.doxyconf-html ppl.lsm ppl.spec) What am I missing? Thanks a lot, Roberto -- Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:[EMAIL PROTECTED]

AC_C_BIGENDIAN does not work well with AX_PREFIX_CONFIG_H

2009-01-27 Thread Roberto Bagnara
BIGENDIAN # undef WORDS_BIGENDIAN #endif ]) Perhaps this (commenting out all #undef's) is a limitation of AX_PREFIX_CONFIG_H. Any idea how we could solve this problem? Thanks, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy

Re: GNU autoconf-2.66 released [stable]

2010-07-03 Thread Roberto Bagnara
There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. For a complete testcase, you can do $ git clone git://git.cs.unipr.it/ppl/ppl.git $ cd ppl $ autoreconf Cheers, Roberto -- Prof. Roberto Bagnara Applied Formal Methods Laboratory D

conftest.cc disappearing in a misterious way

2005-07-06 Thread Roberto Bagnara
ot; with "conftest.c" in the search), but noone seems to have found the cause. Not having access to the user's machine I don't know how to proceed, since I cannot reproduce the problem on my machines. A careful inspection of the entire config.log output did not reveal anything to

Re: conftest.cc disappearing in a misterious way

2005-07-06 Thread Roberto Bagnara
Ralf Wildenhues wrote: * Roberto Bagnara wrote on Wed, Jul 06, 2005 at 11:32:23AM CEST: 1) tests are made for signal.h usability and presence: these are both successful; 2) immediately after, a test for sys/time.h presence failes because "g++: conftest.cc: No such file or dire

Re: conftest.cc disappearing in a misterious way

2005-07-06 Thread Roberto Bagnara
, Solaris, Cygwin, ... I googled for "conftest.c: No such file". Cheers, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:[EMAIL

Re: conftest.cc disappearing in a misterious way

2005-07-06 Thread Roberto Bagnara
Ralf Wildenhues wrote: * Roberto Bagnara wrote on Wed, Jul 06, 2005 at 11:32:23AM CEST: 1) tests are made for signal.h usability and presence: these are both successful; 2) immediately after, a test for sys/time.h presence failes because "g++: conftest.cc: No such file or dire

Problem (with solution) in AC_CHECK_FUNCS

2002-11-05 Thread Roberto Bagnara
-- so that, in C++, both `f' and `setitimer' have C linkage. All the best Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@;cs.unipr.it