Re: Making variably-named .in files work with config.status

2012-12-24 Thread Reuben Thomas
On 24 December 2012 15:16, Nick Bowler wrote: > On 2012-12-23 21:36 +, Reuben Thomas wrote: > > In my configure.ac, I have: > > > > AC_SUBST(PACKAGE) # so that automake can generate dependencies for > ${PACKAGE}*.rockspec > > AC_CONFIG_FILES(${PACKAGE}.rockspec) > > While this is not related

Re: Making variably-named .in files work with config.status

2012-12-24 Thread Nick Bowler
On 2012-12-23 21:36 +, Reuben Thomas wrote: > In my configure.ac, I have: > > AC_SUBST(PACKAGE) # so that automake can generate dependencies for > ${PACKAGE}*.rockspec > AC_CONFIG_FILES(${PACKAGE}.rockspec) While this is not related to your problem, note that your macro arguments are underqu