summaryrefslogtreecommitdiff
path: root/m4/ax_dist_rpm.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-18 23:19:21 +0200
committerPeter Simons <simons@cryp.to>2009-09-18 23:19:21 +0200
commitd56bcca6b53234e3a07b3aa0b8a0780254e3f032 (patch)
treeb9e594d8d96a99e48f068a8d23986d696a74a543 /m4/ax_dist_rpm.m4
parent7721f05378775c4771c42dc6e1e18f62f406ee1b (diff)
downloadautoconf-archive-d56bcca6b53234e3a07b3aa0b8a0780254e3f032.tar.gz
Fixed trivial typos.
Diffstat (limited to 'm4/ax_dist_rpm.m4')
-rw-r--r--m4/ax_dist_rpm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_dist_rpm.m4 b/m4/ax_dist_rpm.m4
index 5a9d341..5bb862a 100644
--- a/m4/ax_dist_rpm.m4
+++ b/m4/ax_dist_rpm.m4
@@ -83,7 +83,7 @@ if test "x$AX_HAVE_INSTALL_FILES" = "xtrue"; then
AC_CHECK_PROGS(RPM,[rpmbuild rpm echo])
fi
if test "x$RPM" != "x"; then
- AC_ARG_VAR(PLATFORM_SUFFIX, [A short name for your platform that will be added to the name of the the binary RPMs you may choose to create (by running make rpm). e.g. rh71 for RedHat 7.1, lsb1.3 for a LSB 1.3 compliant system (SuSE 8.2 or RedHat 9), osx103 for OS X 10.3.x, etc])
+ AC_ARG_VAR(PLATFORM_SUFFIX, [A short name for your platform that will be added to the name of the binary RPMs you may choose to create (by running make rpm). e.g. rh71 for RedHat 7.1, lsb1.3 for a LSB 1.3 compliant system (SuSE 8.2 or RedHat 9), osx103 for OS X 10.3.x, etc])
AC_MSG_CHECKING([rpm platform suffix])
if test "x$PLATFORM_SUFFIX" != "x"; then
AC_MSG_RESULT([$PLATFORM_SUFFIX])