Re: sessreg: Changes to 'master'

2011-03-23 Thread Gaetan Nadon
On Wed, 2011-03-23 at 15:07 +, Jon TURNEY wrote: > On 14/03/2011 18:23, Gaetan Nadon wrote: > > On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: > > > >> I think to be correct you need -I$(top_srcdir) and -I$(top_builddir) > >> so you get both sessreg.h and config.h (included through s

Re: sessreg: Changes to 'master'

2011-03-23 Thread Jon TURNEY
On 14/03/2011 18:23, Gaetan Nadon wrote: > On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: > >> I think to be correct you need -I$(top_srcdir) and -I$(top_builddir) >> so you get both sessreg.h and config.h (included through sessreg.h). >> The alternative is to leave filenames.sed.c in the

Re: sessreg: Changes to 'master'

2011-03-15 Thread Gaetan Nadon
On Tue, 2011-03-15 at 12:32 +, Jon TURNEY wrote: > Yes, always reproduces for non-srcdir builds for me. > > $ autoconf --version > autoconf (GNU Autoconf) 2.68 > $ automake --version > automake (GNU automake) 1.11.1 > $ git clone git://anongit.freedesktop.org/xorg/app/sessreg > [...] > $ cd s

Re: sessreg: Changes to 'master'

2011-03-15 Thread Dan Nicholson
On Tue, Mar 15, 2011 at 5:32 AM, Jon TURNEY wrote: > On 14/03/2011 17:53, Gaetan Nadon wrote: >> On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: >> >>> On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY >>> wrote: On 19/01/2011 15:49, Gaetan Nadon wrote: >  Makefile.am         |   25 -

Re: sessreg: Changes to 'master'

2011-03-15 Thread Jon TURNEY
On 14/03/2011 17:53, Gaetan Nadon wrote: > On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: > >> On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY >> wrote: >>> On 19/01/2011 15:49, Gaetan Nadon wrote: Makefile.am | 25 - configure.ac|5 + filenames

Re: sessreg: Changes to 'master'

2011-03-14 Thread Gaetan Nadon
On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: > I think to be correct you need -I$(top_srcdir) and -I$(top_builddir) > so you get both sessreg.h and config.h (included through sessreg.h). > The alternative is to leave filenames.sed.c in the top directory and > ensure it gets built before

Re: sessreg: Changes to 'master'

2011-03-14 Thread Gaetan Nadon
On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: > On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY > wrote: > > On 19/01/2011 15:49, Gaetan Nadon wrote: > >> Makefile.am | 25 - > >> configure.ac|5 + > >> filenames.sed.c | 29 --- > >> man/Makefil

Re: sessreg: Changes to 'master'

2011-03-14 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY wrote: > On 19/01/2011 15:49, Gaetan Nadon wrote: >>  Makefile.am         |   25 - >>  configure.ac        |    5 + >>  filenames.sed.c     |   29 --- >>  man/Makefile.am     |   22 >>  man/filenames.sed.c |   29 +++ >>  

Re: sessreg: Changes to 'master'

2011-03-14 Thread Jon TURNEY
On 19/01/2011 15:49, Gaetan Nadon wrote: > Makefile.am | 25 - > configure.ac|5 + > filenames.sed.c | 29 --- > man/Makefile.am | 22 > man/filenames.sed.c | 29 +++ > man/sessreg.man | 135 > ++