From 9e9fc0d62b378dd12167ea0c80abccc590358302 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 6 Jun 2004 16:23:23 +0000 Subject: [PATCH] - Remove entries for USE_AUTOCONF, USE_AUTOMAKE, USE_LIBTOOL, USE_AUTOHEADER, which are declared as deprecated. - Add USE_AUTOHEADER_VER entry. Approved by: josef (mentor) --- .../books/porters-handbook/book.sgml | 41 ++++++++----------- 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index c629445060..cc9b6621dc 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -645,7 +645,7 @@ lib/X11/oneko/mouse.xpm autoconf to regenerate configure, do not take the diffs of configure (it often grows to a few thousand - lines!); define USE_AUTOCONF=yes and take the + lines!); define USE_AUTOCONF_VER=213 and take the diffs of configure.in. Also, if you had to delete a file, then you can do it in the @@ -3085,7 +3085,7 @@ PATCHFILES= patch1:test - USE_AUTOMAKE + USE_AUTOMAKE_VER The port uses GNU automake as part of its build process. See @@ -3094,7 +3094,7 @@ PATCHFILES= patch1:test - USE_AUTOCONF + USE_AUTOCONF_VER The port uses GNU autoconf as part of its build process. See @@ -3103,7 +3103,7 @@ PATCHFILES= patch1:test - USE_LIBTOOL + USE_LIBTOOL_VER The port uses GNU libtool as part of its build process. See for @@ -3148,7 +3148,7 @@ PATCHFILES= patch1:test USE_IMAKE). Define USE_GMAKE=yes if your port requires GNU make instead of BSD make. - Define USE_AUTOCONF=yes if your port requires + Define USE_AUTOCONF_VER=213 if your port requires GNU autoconf to be run. Define USE_QT=yes if your port uses the latest qt toolkit. Use USE_PERL5=yes if your port requires version 5 @@ -3329,7 +3329,7 @@ PORTVERSION= 1.0 configure), set those extra arguments in CONFIGURE_ARGS. If your package uses GNU autoconf, set - USE_AUTOCONF=yes. This implies + USE_AUTOCONF_VER=213. This implies GNU_CONFIGURE, and will cause autoconf to be run before configure. @@ -3689,14 +3689,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar - - USE_AUTOMAKE - - The port uses automake. Implies - USE_AUTOCONF and - USE_AUTOMAKE_VER?=14. - - AUTOMAKE @@ -3759,17 +3751,10 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar USE_AUTOCONF_VER Specifies that the port uses autoconf. + Implies GNU_CONFIGURE. The default value is 213. - - USE_AUTOCONF - - Specifies that the port uses autoconf. - Implies GNU_CONFIGURE and - USE_AUTOCONF_VER?=213. - - AUTOCONF @@ -3795,6 +3780,13 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar autoconf. + + USE_AUTOHEADER_VER + + Specifies that the port uses autoheader. + Implies USE_AUTOCONF_VER. + The default value is 213. + AUTOHEADER @@ -3828,10 +3820,11 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar - USE_LIBTOOL + USE_LIBTOOL_VER The port uses libtool. Implies - GNU_CONFIGURE. + GNU_CONFIGURE. + The default value is 13.