Re: bug#14991: distcheck passes --prefix to configure before *DISTCHECK_CONFIGURE_FLAGS

2013-11-01 Thread Stefano Lattarini
On 10/31/2013 08:25 AM, Akim Demaille wrote: > Hi Stefano! > > Le 30 oct. 2013 à 23:02, Stefano Lattarini a > écrit : > >> I've fixed the issue with the two attached patches, that will appear >> in Automake 1.14.1 (someday when I'll actually get around to release >> it ;-). I will wait some ti

Re: bug#14991: distcheck passes --prefix to configure before *DISTCHECK_CONFIGURE_FLAGS

2013-10-31 Thread Akim Demaille
Hi Stefano! Le 30 oct. 2013 à 23:02, Stefano Lattarini a écrit : > I've fixed the issue with the two attached patches, that will appear > in Automake 1.14.1 (someday when I'll actually get around to release > it ;-). I will wait some time before pushing the patches out, so a > review is welcom

Re: bug#14991: distcheck passes --prefix to configure before *DISTCHECK_CONFIGURE_FLAGS

2013-10-30 Thread Stefano Lattarini
On 10/30/2013 10:10 PM, Eric Blake wrote: > On 10/30/2013 04:02 PM, Stefano Lattarini wrote: > >> Subject: [PATCH 2/2] distcheck: don't allow overriding of --prefix and >> --srcdir by the user >> >> Not trough AM_DISTCHECK_FLAGS, nor through DISTCHECK_FLAGS. Apparently, > > s/trough/through/ >

Re: bug#14991: distcheck passes --prefix to configure before *DISTCHECK_CONFIGURE_FLAGS

2013-10-30 Thread Eric Blake
On 10/30/2013 04:02 PM, Stefano Lattarini wrote: > Subject: [PATCH 2/2] distcheck: don't allow overriding of --prefix and > --srcdir by the user > > Not trough AM_DISTCHECK_FLAGS, nor through DISTCHECK_FLAGS. Apparently, s/trough/through/ > some packages got in the habit of relaying all the o

Re: bug#14991: distcheck passes --prefix to configure before *DISTCHECK_CONFIGURE_FLAGS

2013-10-30 Thread Stefano Lattarini
Reference: tags 14991 + patch close 14991 thanks On 07/31/2013 08:37 AM, Akim Demaille wrote: > Hi! > Hi Akim, thanks for the report, and sorry for the awful delay. > Admittedly, what prompts this report is arguably a bug in > a package: It p