Fresco/config orb.m4,1.16,1.17

Tobias Hunger <[email protected]> Fri, 29 Aug 2003 15:01:51 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/config
In directory purcel:/tmp/cvs-serv30238/config

Modified Files:
	orb.m4 
Log Message:
Use AC_HELP_STRING.


Index: orb.m4
===================================================================
RCS file: /cvs/fresco/Fresco/config/orb.m4,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- orb.m4	28 Aug 2003 16:16:42 -0000	1.16
+++ orb.m4	29 Aug 2003 20:01:48 -0000	1.17
@@ -34,7 +34,9 @@
 
 	AC_MSG_NOTICE(checking for CORBA environment.)
 	AC_ARG_WITH(orb,
-		[  --with-orb=NAME         Specify which ORB to use],[dnl
+                AC_HELP_STRING([--with-orb=NAME],
+                               [Specify which ORB to use (default is "auto")]),
+                [dnl
 		ORB="$withval"],[dnl
 		if test ".$ORB" = "." ; then
 			ORB="auto"