[Rt-commit] [svn] r1120 - rt/branches/rt-3.1

robert at pallas.eruditorum.org robert at pallas.eruditorum.org
Sun Jun 20 02:25:24 EDT 2004


Author: robert
Date: Sun Jun 20 02:25:23 2004
New Revision: 1120

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/configure.ac
Log:
 ----------------------------------------------------------------------
 r607 at bear:  rspier | 2004-06-20T06:25:04.273677Z
 
 'RT' should always be UC
 ----------------------------------------------------------------------


Modified: rt/branches/rt-3.1/configure.ac
==============================================================================
--- rt/branches/rt-3.1/configure.ac	(original)
+++ rt/branches/rt-3.1/configure.ac	Sun Jun 20 02:25:23 2004
@@ -54,7 +54,7 @@
 dnl BIN_OWNER
 AC_ARG_WITH(bin-owner,
 	    AC_HELP_STRING([--with-bin-owner=OWNER],
-	    		   [user that will own rt binaries (default root)]),
+	    		   [user that will own RT binaries (default root)]),
             BIN_OWNER=$withval,
             BIN_OWNER=root)
 AC_SUBST(BIN_OWNER)
@@ -70,7 +70,7 @@
 dnl LIBS_GROUP
 AC_ARG_WITH(libs-group,
 	    AC_HELP_STRING([--with-libs-group=GROUP],
-	    		   [group that will own rt binaries (default bin)]),
+	    		   [group that will own RT binaries (default bin)]),
             LIBS_GROUP=$withval,
             LIBS_GROUP=bin)
 AC_SUBST(LIBS_GROUP)


More information about the Rt-commit mailing list