Changed version to ugenk6

master
Evgeniy Kozhuhovskiy 19 years ago
parent 31f5f341a2
commit e1da9ee45c

@ -1 +1 @@
0.22.8.ugenk5
0.22.8.ugenk6

@ -1,6 +1,7 @@
2005-05-08 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
* configure.in: Some changes
* configure.in: Now default prefix is /usr/local/fido (as in fidogate)
2005-03-26 ugenk <e.kozhuhovskiy@generation-p.com>

22
source/configure vendored

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for bforce 0.22.8.ugenk5.
# Generated by GNU Autoconf 2.59 for bforce 0.22.8.ugenk6.
#
# Report bugs to <e.kozhuhovskiy@gmail.com>.
#
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='bforce'
PACKAGE_TARNAME='bforce'
PACKAGE_VERSION='0.22.8.ugenk5'
PACKAGE_STRING='bforce 0.22.8.ugenk5'
PACKAGE_VERSION='0.22.8.ugenk6'
PACKAGE_STRING='bforce 0.22.8.ugenk6'
PACKAGE_BUGREPORT='e.kozhuhovskiy@gmail.com'
ac_default_prefix=/usr/local/fido
@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then
# 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 bforce 0.22.8.ugenk5 to adapt to many kinds of systems.
\`configure' configures bforce 0.22.8.ugenk6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -842,7 +842,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bforce 0.22.8.ugenk5:";;
short | recursive ) echo "Configuration of bforce 0.22.8.ugenk6:";;
esac
cat <<\_ACEOF
@ -971,7 +971,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
bforce configure 0.22.8.ugenk5
bforce configure 0.22.8.ugenk6
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@ -985,7 +985,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bforce $as_me 0.22.8.ugenk5, which was
It was created by bforce $as_me 0.22.8.ugenk6, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -5559,7 +5559,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by bforce $as_me 0.22.8.ugenk5, which was
This file was extended by bforce $as_me 0.22.8.ugenk6, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -5619,7 +5619,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
bforce config.status 0.22.8.ugenk5
bforce config.status 0.22.8.ugenk6
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@ -6692,7 +6692,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by bforce $as_me 0.22.8.ugenk5, which was
This file was extended by bforce $as_me 0.22.8.ugenk6, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -6752,7 +6752,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
bforce config.status 0.22.8.ugenk5
bforce config.status 0.22.8.ugenk6
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

@ -3,7 +3,7 @@ dnl
dnl $Id$
dnl
#AC_INIT(bforce/bforce.c)
AC_INIT([bforce],[0.22.8.ugenk5],[e.kozhuhovskiy@gmail.com])
AC_INIT([bforce],[0.22.8.ugenk6],[e.kozhuhovskiy@gmail.com])
AC_CONFIG_HEADER(include/config.h)
AC_CANONICAL_SYSTEM
dnl # Minimum Autoconf version required.

Loading…
Cancel
Save