[Midnightbsd-cvs] mports [16984] trunk/Mk/extensions/autotools.mk: update comments for autotools

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 11 21:14:34 EDT 2014


Revision: 16984
          http://svnweb.midnightbsd.org/mports/?rev=16984
Author:   laffer1
Date:     2014-09-11 21:14:33 -0400 (Thu, 11 Sep 2014)
Log Message:
-----------
update comments for autotools

Modified Paths:
--------------
    trunk/Mk/extensions/autotools.mk

Modified: trunk/Mk/extensions/autotools.mk
===================================================================
--- trunk/Mk/extensions/autotools.mk	2014-09-12 01:01:48 UTC (rev 16983)
+++ trunk/Mk/extensions/autotools.mk	2014-09-12 01:14:33 UTC (rev 16984)
@@ -35,22 +35,20 @@
 #
 # USE_AUTOTOOLS= tool:version[:env]  ...
 #
-# 'tool' can currently be one of:
-#	libtool, libltdl, autoconf, autoheader, automake, aclocal
+# 'tool' can currently be one of the following:
+#	autoconf, autoheader
+#	autoconf213, autoheader213 (legacy version)
+#	automake, aclocal
+#	automake14, aclocal14 (legacy version)
+#	libtool, libtoolize, libltdl
 #
-# 'version' is tool dependent
-#
-# ':env' is used to pecify that the environment variables are needed,
+# ':env' is used to specify that the environmental variables are needed
 #	but the relevant tool should NOT be run as part of the
-#	run-autotools target
+#	'run-autotools' target
 #
-# XXX: there is currently no sanity checking of the supplied variables
-#	other than to detect actually available versions.  This should
-#	probably be fixed at some point.
+# In addition, these variables can be set in the port Makefile to be
+# passed to the relevant tools:
 #
-# In addition, the following variables can be set in the port Makefile
-# to be passed to the relevant tools:
-#
 # AUTOMAKE_ARGS=...
 #	- Extra arguments passed to automake during configure step
 #



More information about the Midnightbsd-cvs mailing list