Re: exact-width C Integers and Autoconf

2002-02-22 Thread Simon Waters
Guido Draheim wrote: > > you contacted me about ac_create_stdint_h.m4 - no success with it? I haven't retried since you replied, I asked Paul seperately as he had answered a question on the autoconf list before on the topic with a pretty comprehensive answer for the time, and he forwarded it to

Re: typedef signed short int16;

2003-03-20 Thread Simon Waters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lucas Nussbaum wrote: > > What's the autoconf way of knowing with type is a 16 bits signed int, > etc ? I'm no autoconf expert, but uint16_t uint32_t, int16_t and int32_t are all defined in stdint.h AFAIK. The macro from the archive AC_CREATE_STDINT_

Newbie AX_CREATE_STDINT_H

2003-06-09 Thread Simon Waters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The trouble with staying upto date is everything complains about old stuff. After upgrading autoconf tools got some complaints from configure that AM_INSTALL_PROG was out of date. This was in ac_create_stdint.h, being keen I pulled AX_CREATE_STDINT_H

Re: Newbie AX_CREATE_STDINT_H

2003-06-14 Thread Simon Waters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guido Draheim wrote: > >> This was in ac_create_stdint.h, being keen I pulled AX_CREATE_STDINT_H >> from sourceforge, but it gives a syntax error when running configure, >> quoting the line number where AX_CREATE_STDINT_H is called. > >