diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-16 00:56:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-16 00:56:48 +0000 |
commit | d78c7c639a88090ea7f566e27fd52b276cb367eb (patch) | |
tree | f200670ff7908b37e49e6a807257579565bee58f | |
parent | ba2481205d2fee3b7a0478b14f741130eddb6122 (diff) |
How to enable automake.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8b983b263ee..79263629373 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.63 2002/03/02 13:41:02 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.64 2002/03/16 00:56:47 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -386,6 +386,10 @@ if port is an older autoconf port, that does not recognize --sysconfdir. Add .Sq autoconf if autoconf needs to be rerun first. +Add +.Sq automake +if automake may need to be rerun. +Otherwise, automake will be explicitly disabled. If .Sq imake , assume port configures using X11 ports Imakefile framework. |