diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-12 02:48:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-12 02:48:25 +0000 |
commit | 91e0c8f1a70eea46e773c869a6b98512ea431673 (patch) | |
tree | 44462ccacbc9522809230060d6808bfbc48e2d42 /net/quagga | |
parent | remove duplicate LATEST_LINK (diff) |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
Notes
Notes:
svn path=/head/; revision=103722
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 921b877e6ad3..920b64748bef 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -22,8 +22,8 @@ CONFLICTS= zebra-devel-* zebra-0* GNU_CONFIGURE= yes USE_GMAKE= yes USE_SUBMAKE= yes -WANT_AUTOCONF_VER= 253 -WANT_AUTOMAKE_VER= 15 +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 AUTOMAKE_ARGS= -a -i MAN1= vtysh.1 |