ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/configure.in
(Generate patch)

Comparing projects/cms/source/idar/configure.in (file contents):
Revision 1.5 by tdb, Thu Apr 10 12:42:52 2003 UTC vs.
Revision 1.6 by tdb, Mon Jun 9 13:47:58 2003 UTC

# Line 94 | Line 94 | linux-gnu)
94          ;;
95   esac
96  
97 + # Check for the --with-server-name option
98 + AC_ARG_WITH([server-name], [  --with-server-name=FILE    default server name (default: localhost)], [servername=$withval], [servername=[localhost]])
99 + AC_DEFINE_UNQUOTED([DEF_SERVER_NAME], ["$servername"], [Default Server Name])
100 +
101 + # Check for the --with-server-port option
102 + AC_ARG_WITH([server-port], [  --with-server-port=FILE    default server port (default: 4510)], [serverport=$withval], [serverport=[4510]])
103 + AC_DEFINE_UNQUOTED([DEF_SERVER_PORT], [$serverport], [Default Server Port])
104 +
105   # And finish by changing these files
106   AC_CONFIG_FILES([Makefile])
107  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines