summaryrefslogtreecommitdiff
path: root/m4/ax_prog_ruby_version.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_prog_ruby_version.m4')
-rw-r--r--m4/ax_prog_ruby_version.m428
1 files changed, 15 insertions, 13 deletions
diff --git a/m4/ax_prog_ruby_version.m4 b/m4/ax_prog_ruby_version.m4
index fa43df4..d5bb14d 100644
--- a/m4/ax_prog_ruby_version.m4
+++ b/m4/ax_prog_ruby_version.m4
@@ -1,4 +1,6 @@
-##### http://autoconf-archive.cryp.to/ax_prog_ruby_version.html
+# ===========================================================================
+# http://autoconf-archive.cryp.to/ax_prog_ruby_version.html
+# ===========================================================================
#
# SYNOPSIS
#
@@ -6,35 +8,35 @@
#
# DESCRIPTION
#
-# Makes sure that ruby supports the version indicated. If true the
-# shell commands in ACTION-IF-TRUE are executed. If not the shell
-# commands in ACTION-IF-FALSE are run. Note if $RUBY is not set (for
-# example by running AC_CHECK_PROG or AC_PATH_PROG),
+# Makes sure that ruby supports the version indicated. If true the shell
+# commands in ACTION-IF-TRUE are executed. If not the shell commands in
+# ACTION-IF-FALSE are run. Note if $RUBY is not set (for example by
+# running AC_CHECK_PROG or AC_PATH_PROG),
#
# Example:
#
# AC_PATH_PROG([RUBY],[ruby])
# AC_PROG_RUBY_VERSION([1.8.0],[ ... ],[ ... ])
#
-# This will check to make sure that the ruby you have supports at
-# least version 1.6.0.
+# This will check to make sure that the ruby you have supports at least
+# version 1.6.0.
#
# NOTE: This macro uses the $RUBY variable to perform the check.
# AX_WITH_RUBY can be used to set that variable prior to running this
-# macro. The $RUBY_VERSION variable will be valorized with the
-# detected version.
+# macro. The $RUBY_VERSION variable will be valorized with the detected
+# version.
#
# LAST MODIFICATION
#
-# 2008-01-29
+# 2008-04-12
#
# COPYLEFT
#
# Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
#
-# Copying and distribution of this file, with or without
-# modification, are permitted in any medium without royalty provided
-# the copyright notice and this notice are preserved.
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice
+# and this notice are preserved.
AC_DEFUN([AX_PROG_RUBY_VERSION],[
AC_REQUIRE([AC_PROG_SED])