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.6 by tdb, Mon Jun 9 13:47:58 2003 UTC vs.
Revision 1.8 by tdb, Thu Aug 21 20:48:26 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(idar, 1.2, dev@i-scream.org.uk)
9 > AC_INIT(idar, 1.2, bugs@i-scream.org)
10   AM_INIT_AUTOMAKE(idar, 1.2)
11  
12   # Revision number (automatically updated)
# Line 95 | Line 95 | linux-gnu)
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]])
98 > AC_ARG_WITH([server-name], [  --with-server-name=FILE    default server name (default: i-scream)], [servername=$withval], [servername=[i-scream]])
99   AC_DEFINE_UNQUOTED([DEF_SERVER_NAME], ["$servername"], [Default Server Name])
100  
101   # Check for the --with-server-port option

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines