Browse Source

Updated CodeDweller/networking.inline.hpp to address Frank Wall's issue.

Incremented tarball version to 0.1.4 and created tarball.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@94 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 12 years ago
parent
commit
2fc31a2604
3 changed files with 11 additions and 11 deletions
  1. 10
    10
      SNF4CGP_Developer_Package/configure
  2. 1
    1
      SNF4CGP_Developer_Package/configure.ac
  3. BIN
      snf4cgp-0.1.4.tar.gz

+ 10
- 10
SNF4CGP_Developer_Package/configure View File

#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for snf4cgp 0.1.3.
# Generated by GNU Autoconf 2.63 for snf4cgp 0.1.4.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# Identity of this package. # Identity of this package.
PACKAGE_NAME='snf4cgp' PACKAGE_NAME='snf4cgp'
PACKAGE_TARNAME='snf4cgp' PACKAGE_TARNAME='snf4cgp'
PACKAGE_VERSION='0.1.3'
PACKAGE_STRING='snf4cgp 0.1.3'
PACKAGE_VERSION='0.1.4'
PACKAGE_STRING='snf4cgp 0.1.4'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''


ac_unique_file="SNF4CGP/OutputProcessor.cpp" ac_unique_file="SNF4CGP/OutputProcessor.cpp"
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures snf4cgp 0.1.3 to adapt to many kinds of systems.
\`configure' configures snf4cgp 0.1.4 to adapt to many kinds of systems.


Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...




if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of snf4cgp 0.1.3:";;
short | recursive ) echo "Configuration of snf4cgp 0.1.4:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF


test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
snf4cgp configure 0.1.3
snf4cgp configure 0.1.4
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63


Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.


It was created by snf4cgp $as_me 0.1.3, which was
It was created by snf4cgp $as_me 0.1.4, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was


$ $0 $@ $ $0 $@


# Define the identity of the package. # Define the identity of the package.
PACKAGE=snf4cgp PACKAGE=snf4cgp
VERSION=0.1.3
VERSION=0.1.4




cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by snf4cgp $as_me 0.1.3, which was
This file was extended by snf4cgp $as_me 0.1.4, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was


CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
snf4cgp config.status 0.1.3
snf4cgp config.status 0.1.4
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"



+ 1
- 1
SNF4CGP_Developer_Package/configure.ac View File

dnl dnl
AC_PREREQ(2.52) AC_PREREQ(2.52)


AC_INIT(snf4cgp, 0.1.3)
AC_INIT(snf4cgp, 0.1.4)
AC_CONFIG_SRCDIR(SNF4CGP/OutputProcessor.cpp) AC_CONFIG_SRCDIR(SNF4CGP/OutputProcessor.cpp)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)

BIN
snf4cgp-0.1.4.tar.gz View File


Loading…
Cancel
Save