|
From: wasted <wa...@fi...> - 2004-01-18 16:53:45
|
wasted 2004/01/18 10:59:17 CST
Modified files:
. configure configure.in
Log:
Add some PHP example scripts and bump up the version for a release.
Revision Changes Path
1.2 +11 -11 wStats/configure
1.2 +2 -2 wStats/configure.in
Index: configure
===================================================================
RCS file: /home/cvs/wstats/wStats/configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure 13 Dec 2003 13:36:19 -0000 1.1
+++ configure 18 Jan 2004 16:59:16 -0000 1.2
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Id: configure.in,v 1.2 2003/11/29 12:59:00 wasted Exp .
+# From configure.in Id: configure.in,v 1.1.1.1 2003/12/13 13:36:19 wasted Exp .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for wstats 1.0.
+# Generated by GNU Autoconf 2.57 for wstats 1.1.
#
# Report bugs to <wst...@li...>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='wstats'
PACKAGE_TARNAME='wstats'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='wstats 1.0'
+PACKAGE_VERSION='1.1'
+PACKAGE_STRING='wstats 1.1'
PACKAGE_BUGREPORT='wst...@li...'
ac_unique_file="src/statserv.c"
@@ -788,7 +788,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures wstats 1.0 to adapt to many kinds of systems.
+\`configure' configures wstats 1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -855,7 +855,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of wstats 1.0:";;
+ short | recursive ) echo "Configuration of wstats 1.1:";;
esac
cat <<\_ACEOF
@@ -954,7 +954,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-wstats configure 1.0
+wstats configure 1.1
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -969,7 +969,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by wstats $as_me 1.0, which was
+It was created by wstats $as_me 1.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1649,7 +1649,7 @@
# Define the identity of the package.
PACKAGE=wstats
- VERSION=1.0
+ VERSION=1.1
cat >>confdefs.h <<_ACEOF
@@ -8157,7 +8157,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by wstats $as_me 1.0, which was
+This file was extended by wstats $as_me 1.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8220,7 +8220,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-wstats config.status 1.0
+wstats config.status 1.1
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Index: configure.in
===================================================================
RCS file: /home/cvs/wstats/wStats/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in 13 Dec 2003 13:36:19 -0000 1.1
+++ configure.in 18 Jan 2004 16:59:16 -0000 1.2
@@ -1,6 +1,6 @@
-AC_REVISION([$Id: configure.in,v 1.1 2003/12/13 13:36:19 wasted Exp $])
+AC_REVISION([$Id: configure.in,v 1.2 2004/01/18 16:59:16 wasted Exp $])
AC_PREREQ(2.53)
-AC_INIT(wstats, 1.0, wst...@li...)
+AC_INIT(wstats, 1.1, wst...@li...)
AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_SRCDIR(src/statserv.c)
|