[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix building autoconf.1
From: |
Stepan Kasal |
Subject: |
Re: Fix building autoconf.1 |
Date: |
Tue, 1 Feb 2005 15:55:17 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Paul,
On Mon, Jan 31, 2005 at 04:15:48PM -0800, Paul Eggert wrote:
> I had to install the following additional patch to get the procedure to work
> when the source and build directories are the same.
>
> --- man/Makefile.am 31 Jan 2005 23:25:08 -0000 1.21
...
> - */config.*) ;; \
> + config.* | */config.*) ;; \
I though about it before submitting the patch. The sources have:
$(srcdir)/config.guess.1: $(top_srcdir)/config/config.guess
$(srcdir)/config.sub.1: $(top_srcdir)/config/config.sub
But I haven't made any experiments, and that was my fault.
GNU make is too clever and replaces "./file" with "file".
Thank you for catching this.
Stepan
- Re: Fix building autoconf.1,
Stepan Kasal <=