--- projects/cms/source/idar/configure.in 2003/06/09 13:47:58 1.6 +++ projects/cms/source/idar/configure.in 2003/08/21 13:51:19 1.7 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream idar -# $Id: configure.in,v 1.6 2003/06/09 13:47:58 tdb Exp $ +# $Id: configure.in,v 1.7 2003/08/21 13:51:19 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(idar, 1.2, dev@i-scream.org.uk) AM_INIT_AUTOMAKE(idar, 1.2) # Revision number (automatically updated) -AC_REVISION($Revision: 1.6 $) +AC_REVISION($Revision: 1.7 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -95,7 +95,7 @@ linux-gnu) esac # Check for the --with-server-name option -AC_ARG_WITH([server-name], [ --with-server-name=FILE default server name (default: localhost)], [servername=$withval], [servername=[localhost]]) +AC_ARG_WITH([server-name], [ --with-server-name=FILE default server name (default: i-scream)], [servername=$withval], [servername=[i-scream]]) AC_DEFINE_UNQUOTED([DEF_SERVER_NAME], ["$servername"], [Default Server Name]) # Check for the --with-server-port option