]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
comment fix
authorDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 18:54:06 +0000 (18:54 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 24 Mar 1994 18:54:06 +0000 (18:54 +0000)
acgeneral.m4
lib/autoconf/general.m4

index b42e42cec685bbaf390fd224ccb3ef8851d49099..fe272534d6f542b8c46d523825f610ddb3cb9d3a 100644 (file)
@@ -302,7 +302,7 @@ define(AC_PREREQ_COMPARE,
 [errprint(Autoconf version $7 or higher is required
 )m4exit(3)])])dnl
 dnl
-dnl Complain if the Autoconf version is less than $1.
+dnl Complain and exit if the Autoconf version is less than $1.
 define(AC_PREREQ,
 [AC_PREREQ_COMPARE(AC_PREREQ_CANON(AC_PREREQ_SPLIT(AC_ACVERSION)),
 AC_PREREQ_CANON(AC_PREREQ_SPLIT([$1])),[$1])])dnl
index b42e42cec685bbaf390fd224ccb3ef8851d49099..fe272534d6f542b8c46d523825f610ddb3cb9d3a 100644 (file)
@@ -302,7 +302,7 @@ define(AC_PREREQ_COMPARE,
 [errprint(Autoconf version $7 or higher is required
 )m4exit(3)])])dnl
 dnl
-dnl Complain if the Autoconf version is less than $1.
+dnl Complain and exit if the Autoconf version is less than $1.
 define(AC_PREREQ,
 [AC_PREREQ_COMPARE(AC_PREREQ_CANON(AC_PREREQ_SPLIT(AC_ACVERSION)),
 AC_PREREQ_CANON(AC_PREREQ_SPLIT([$1])),[$1])])dnl