Re: files left in build directory after distclean

2012-05-23 Thread Peter Johansson
Hi Adam, On 05/24/2012 02:59 AM, Adam Mercer wrote: On Wed, May 23, 2012 at 10:03 AM, Adam Mercer wrote: Is 'git_version.sed' intended to be distributed? If yes, you must place it in EXTRA_DIST (and you have an usage error in that you've not done so). Of course! Thanks, I imagined it'd be d

Re: files left in build directory after distclean

2012-05-23 Thread Peter Johansson
On 05/24/2012 02:59 AM, Adam Mercer wrote: Hmm, distcheck is still complaining. I've attached a tarball containing a striped down version of my project which illustrates the problem. Can anyone see what I'm doing wrong? Hi Adam, For me distcheck complains about no sed file which is because y

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Bert Wesarg
Hi, On Wed, May 23, 2012 at 2:17 AM, Bob Friesenhahn wrote: > The forthcoming Automake release is about to break the means I have been > using to automatically version my package (without manually editing > configure.ac) for the past 9 years.  I am told to use m4 code in the AC_INIT > arguments i

Re: files left in build directory after distclean

2012-05-23 Thread Adam Mercer
On Wed, May 23, 2012 at 9:03 AM, Stefano Lattarini wrote: > Is 'git_version.sed' intended to be distributed?  If yes, you must place it in > EXTRA_DIST (and you have an usage error in that you've not done so). Of course! Thanks, I imagined it'd be due to something trivial like that. Cheers Ada

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Bob Friesenhahn
On Wed, 23 May 2012, Stefano Lattarini wrote: Hi Bob. On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: The forthcoming Automake release is about to break the means I have been using to automatically version my package (without manually editing configure.ac) for the past 9 years. I smell a misu

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Roger Leigh
On Wed, May 23, 2012 at 04:14:00PM +0200, Stefano Lattarini wrote: > Hi Bob. > > On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: > > The forthcoming Automake release is about to break the means I have been > > using to automatically version my package (without manually editing > > configure.ac) for

Re: Automake 1.12.0b test release

2012-05-23 Thread Stefano Lattarini
On 05/20/2012 10:38 PM, Bob Friesenhahn wrote: > On Sun, 20 May 2012, Stefano Lattarini wrote: >>> >>> What is the workaround for this? >>> >> Yes: the version-generating script should be executed at autoconf runtime >> instead; >> here is what GNU coreutils does, for example: >> >> AC_INIT([GNU

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Stefano Lattarini
Hi Bob. On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: > The forthcoming Automake release is about to break the means I have been > using to automatically version my package (without manually editing > configure.ac) for the past 9 years. > I smell a misunderstanding here: Automake 1.12.1 will only

Re: files left in build directory after distclean

2012-05-23 Thread Stefano Lattarini
On 05/22/2012 06:10 PM, Adam Mercer wrote: > Hi > > For one of my projects I'm running into an error where distcheck fails > with the error: > > ERROR: files left in build directory after distclean: > ./lalapps/src/lalapps/git_version.py > ./lalapps/src/lalapps/git_version.sed > > Why are these