Skip to content

Commit

Permalink
Heyu 2.11-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Krzysztofik <[email protected]>
  • Loading branch information
jkrzyszt committed May 17, 2012
1 parent d6e2245 commit a3519f4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for Heyu 2.10+autotools.
# Generated by GNU Autoconf 2.68 for Heyu 2.11-rc1.
#
# Report bugs to <[email protected]>.
#
Expand All @@ -14,7 +14,7 @@
# gives unlimited permission to copy, distribute and modify it.
#
# Heyu specific bits:
# Copyright (C) 2011 Janusz Krzysztofik <[email protected]>
# Copyright (C) 2011, 2012 Janusz Krzysztofik <[email protected]>
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
Expand Down Expand Up @@ -563,8 +563,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Heyu'
PACKAGE_TARNAME='heyu'
PACKAGE_VERSION='2.10+autotools'
PACKAGE_STRING='Heyu 2.10+autotools'
PACKAGE_VERSION='2.11-rc1'
PACKAGE_STRING='Heyu 2.11-rc1'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http://heyu.org'

Expand Down Expand Up @@ -1278,7 +1278,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 Heyu 2.10+autotools to adapt to many kinds of systems.
\`configure' configures Heyu 2.11-rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1348,7 +1348,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Heyu 2.10+autotools:";;
short | recursive ) echo "Configuration of Heyu 2.11-rc1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1452,15 +1452,15 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Heyu configure 2.10+autotools
Heyu configure 2.11-rc1
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
Heyu specific bits:
Copyright (C) 2011 Janusz Krzysztofik <[email protected]>
Copyright (C) 2011, 2012 Janusz Krzysztofik <[email protected]>
_ACEOF
exit
fi
Expand Down Expand Up @@ -1924,7 +1924,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Heyu $as_me 2.10+autotools, which was
It was created by Heyu $as_me 2.11-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2276,7 +2276,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



$as_echo "#define RELEASE_DATE \"20111227\"" >>confdefs.h
$as_echo "#define RELEASE_DATE \"20120517\"" >>confdefs.h



Expand Down Expand Up @@ -3032,7 +3032,7 @@ fi

# Define the identity of the package.
PACKAGE='heyu'
VERSION='2.10+autotools'
VERSION='2.11-rc1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -6708,7 +6708,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Heyu $as_me 2.10+autotools, which was
This file was extended by Heyu $as_me 2.11-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6775,7 +6775,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
Heyu config.status 2.10+autotools
Heyu config.status 2.11-rc1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# configure.ac - Autoconf source file for Heyu
#
# Copyright (C) 2011 Janusz Krzysztofik <[email protected]>
# Copyright (C) 2011, 2012 Janusz Krzysztofik <[email protected]>
#
# Derived from an initial version genereted automatically by the
# autoscan application.
Expand All @@ -24,11 +24,11 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([Heyu], [2.10+autotools],
AC_INIT([Heyu], [2.11-rc1],
[[email protected]], [heyu], [http://heyu.org])
AC_DEFINE([RELEASE_DATE], ["20111227"], [Release date of package])
AC_DEFINE([RELEASE_DATE], ["20120517"], [Release date of package])
AC_COPYRIGHT([Heyu specific bits:
Copyright (C) 2011 Janusz Krzysztofik <[email protected]>])
Copyright (C) 2011, 2012 Janusz Krzysztofik <[email protected]>])
AC_CONFIG_SRCDIR([relay.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit a3519f4

Please sign in to comment.