summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-16 21:36:09 +0100
committerPeter Simons <simons@cryp.to>2009-12-16 21:36:16 +0100
commit4b1acfb5dc1d5fd14cb0c21c42b850f80f37d0c2 (patch)
tree7a9c822c54d04c1e420b5127cfc480a323bf7bd4 /m4
parent801bf89d182600b54e64a93dff9658424cc77f3f (diff)
downloadautoconf-archive-4b1acfb5dc1d5fd14cb0c21c42b850f80f37d0c2.tar.gz
ax_pkg_swig.m4: cosmetic changes
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_pkg_swig.m411
1 files changed, 6 insertions, 5 deletions
diff --git a/m4/ax_pkg_swig.m4 b/m4/ax_pkg_swig.m4
index 2c61fbf..0650ef4 100644
--- a/m4/ax_pkg_swig.m4
+++ b/m4/ax_pkg_swig.m4
@@ -8,15 +8,16 @@
#
# DESCRIPTION
#
-# This macro searches for a SWIG installation on your system. If found, then
-# SWIG is AC_SUBST'd; if not found, then $SWIG is empty. If SWIG is found,
-# then SWIG_LIB is set to the SWIG library path, and AC_SUBST'd.
+# This macro searches for a SWIG installation on your system. If found,
+# then SWIG is AC_SUBST'd; if not found, then $SWIG is empty. If SWIG is
+# found, then SWIG_LIB is set to the SWIG library path, and AC_SUBST'd.
#
# You can use the optional first argument to check if the version of the
# available SWIG is greater than or equal to the value of the argument. It
# should have the format: N[.N[.N]] (N is a number between 0 and 999. Only
-# the first N is mandatory.) If the version argument is given (e.g. 1.3.17),
-# AX_PKG_SWIG checks that the swig package is this version number or higher.
+# the first N is mandatory.) If the version argument is given (e.g.
+# 1.3.17), AX_PKG_SWIG checks that the swig package is this version number
+# or higher.
#
# As usual, action-if-found is executed if SWIG is found, otherwise
# action-if-not-found is executed.