[Sphere-axis-commits] CVS: axissvr configure,1.1.4.2,1.1.4.3 configure.in,1.1.4.2,1.1.4.3
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2004-03-08 18:13:43
|
Update of /cvsroot/sphere-axis/axissvr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7937 Modified Files: Tag: v0_13-Stable configure configure.in Log Message: Configuration change for 0.13.3.6 Index: configure =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/configure,v retrieving revision 1.1.4.2 retrieving revision 1.1.4.3 diff -C2 -r1.1.4.2 -r1.1.4.3 *** configure 30 Aug 2003 17:02:52 -0000 1.1.4.2 --- configure 8 Mar 2004 17:49:14 -0000 1.1.4.3 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.57 for AxisSvr 0.13.3.5. # # Report bugs to <bu...@fi...>. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.57 for AxisSvr 0.13.3.6. # # Report bugs to <bu...@fi...>. *************** *** 269,274 **** PACKAGE_NAME='AxisSvr' PACKAGE_TARNAME='axissvr' ! PACKAGE_VERSION='0.13.3.5' ! PACKAGE_STRING='AxisSvr 0.13.3.5' PACKAGE_BUGREPORT='bu...@fi...' --- 269,274 ---- PACKAGE_NAME='AxisSvr' PACKAGE_TARNAME='axissvr' ! PACKAGE_VERSION='0.13.3.6' ! PACKAGE_STRING='AxisSvr 0.13.3.6' PACKAGE_BUGREPORT='bu...@fi...' *************** *** 788,792 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures AxisSvr 0.13.3.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 788,792 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures AxisSvr 0.13.3.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 850,854 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of AxisSvr 0.13.3.5:";; esac cat <<\_ACEOF --- 850,854 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of AxisSvr 0.13.3.6:";; esac cat <<\_ACEOF *************** *** 937,941 **** if $ac_init_version; then cat <<\_ACEOF ! AxisSvr configure 0.13.3.5 generated by GNU Autoconf 2.57 --- 937,941 ---- if $ac_init_version; then cat <<\_ACEOF ! AxisSvr configure 0.13.3.6 generated by GNU Autoconf 2.57 *************** *** 952,956 **** running configure, to aid debugging if configure makes a mistake. ! It was created by AxisSvr $as_me 0.13.3.5, which was generated by GNU Autoconf 2.57. Invocation command line was --- 952,956 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by AxisSvr $as_me 0.13.3.6, which was generated by GNU Autoconf 2.57. Invocation command line was *************** *** 1543,1547 **** # Define the identity of the package. PACKAGE=axissvr ! VERSION=0.13.3.5 --- 1543,1547 ---- # Define the identity of the package. PACKAGE=axissvr ! VERSION=0.13.3.6 *************** *** 5925,5929 **** cat >&5 <<_CSEOF ! This file was extended by AxisSvr $as_me 0.13.3.5, which was generated by GNU Autoconf 2.57. Invocation command line was --- 5925,5929 ---- cat >&5 <<_CSEOF ! This file was extended by AxisSvr $as_me 0.13.3.6, which was generated by GNU Autoconf 2.57. Invocation command line was *************** *** 5983,5987 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! AxisSvr config.status 0.13.3.5 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" --- 5983,5987 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! AxisSvr config.status 0.13.3.6 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/sphere-axis/axissvr/configure.in,v retrieving revision 1.1.4.2 retrieving revision 1.1.4.3 diff -C2 -r1.1.4.2 -r1.1.4.3 *** configure.in 30 Aug 2003 17:02:52 -0000 1.1.4.2 --- configure.in 8 Mar 2004 17:49:15 -0000 1.1.4.3 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) ! AC_INIT([AxisSvr],[0.13.3.5],[bu...@fi...]) AC_CONFIG_SRCDIR([gwhogsvr.h]) AM_INIT_AUTOMAKE --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) ! AC_INIT([AxisSvr],[0.13.3.6],[bu...@fi...]) AC_CONFIG_SRCDIR([gwhogsvr.h]) AM_INIT_AUTOMAKE |