Re: Public header files

2010-03-13 Thread Jef Driesen
On 13/03/10 11:34, Ralf Wildenhues wrote: * Jef Driesen wrote on Mon, Mar 08, 2010 at 02:10:04PM CET: On 02/03/10 22:17, Ralf Wildenhues wrote: Hmm, put AC_CONFIG_HEADERS([config.h foo-api.h]) ... AC_DEFINE([ticks_t], [...], [...]) in configure.ac, create foo-api.h.in with contents

Re: Public header files

2010-03-13 Thread Ralf Wildenhues
* Jef Driesen wrote on Mon, Mar 08, 2010 at 02:10:04PM CET: > On 02/03/10 22:17, Ralf Wildenhues wrote: > >Hmm, put > > AC_CONFIG_HEADERS([config.h foo-api.h]) > > ... > > AC_DEFINE([ticks_t], [...], [...]) > > > >in configure.ac, create foo-api.h.in with contents > > /* Public API header o

Re: Lex, Yacc, and distcheck

2010-03-13 Thread Ralf Wildenhues
Hello Clifford, * Clifford Yapp wrote on Wed, Mar 10, 2010 at 02:28:00AM CET: > I have a problem with some Lex and Yacc files. They require newer > versions of flex/bison/m4 be present on the system to correctly > generate code, and that's not something that can always be assumed. > I've cooked u