autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix building autoconf.1


From: Paul Eggert
Subject: Re: Fix building autoconf.1
Date: Mon, 31 Jan 2005 16:15:48 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

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
+++ man/Makefile.am     1 Feb 2005 00:14:04 -0000       1.22
@@ -51,7 +51,7 @@ SUFFIXES = .x .1
 
 .x.1:
        @case $* in \
-         */config.*) ;; \
+         config.* | */config.*) ;; \
          *) $(MAKE) $*-bin-prereq $*-tests-prereq;; \
        esac
        echo "Updating man page $@"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]