summaryrefslogtreecommitdiff
path: root/m4/ax_prog_robot.m4
diff options
context:
space:
mode:
authorAdam Chyła <adam@chyla.org>2020-06-02 18:23:19 +0200
committerAdam Chyła <adam@chyla.org>2020-06-02 18:23:19 +0200
commit5a3ff4eee7215acaa385dfe790371043914be304 (patch)
tree678009459f02b8c1e537ffe5c963e28934018b36 /m4/ax_prog_robot.m4
parentf97286a097a2b0dbb2758de9740c1619586c0399 (diff)
downloadautoconf-archive-5a3ff4eee7215acaa385dfe790371043914be304.tar.gz
update serial
Diffstat (limited to 'm4/ax_prog_robot.m4')
-rw-r--r--m4/ax_prog_robot.m415
1 files changed, 7 insertions, 8 deletions
diff --git a/m4/ax_prog_robot.m4 b/m4/ax_prog_robot.m4
index 6c2da31..7728436 100644
--- a/m4/ax_prog_robot.m4
+++ b/m4/ax_prog_robot.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# https://www.gnu.org/software/autoconf-archive/ax_prog_robot.html
+# https://www.gnu.org/software/autoconf-archive/ax_prog_robot.html
# ===========================================================================
#
# SYNOPSIS
@@ -8,10 +8,10 @@
#
# DESCRIPTION
#
-# This macro searches for the "robot" command from the Robot Framework
-# and sets the variable "ROBOT" to the name of the application
-# and the "ROBOT_VERSION" variable to the version of the Robot Framework.
-# When robot is found sets the "HAS_ROBOT" to "yes", otherwise to "no".
+# This macro searches for the "robot" command from the Robot Framework and
+# sets the variable "ROBOT" to the name of the application and the
+# "ROBOT_VERSION" variable to the version of the Robot Framework. When
+# robot is found sets the "HAS_ROBOT" to "yes", otherwise to "no".
#
# Example:
#
@@ -19,12 +19,11 @@
#
# LICENSE
#
-# Copyright (c) 2020, Adam Chyla <adam@chyla.org>.
+# Copyright (c) 2020, Adam Chyla <adam@chyla.org>
#
# Distributed under the terms of the BSD 3-Clause License.
-#
-#serial 1
+#serial 4
AC_DEFUN([AX_PROG_ROBOT],
[