Skip to content

Commit

Permalink
Import v2.1.9-32bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilin committed Jul 21, 2011
1 parent be726ec commit 6a9c94f
Show file tree
Hide file tree
Showing 349 changed files with 13,862 additions and 12,586 deletions.
18 changes: 9 additions & 9 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.59 for OOC 2.1.8.
# Generated by GNU Autoconf 2.59 for OOC 2.1.9.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='OOC'
PACKAGE_TARNAME='ooc'
PACKAGE_VERSION='2.1.8'
PACKAGE_STRING='OOC 2.1.8'
PACKAGE_VERSION='2.1.9'
PACKAGE_STRING='OOC 2.1.9'
PACKAGE_BUGREPORT='[email protected]'

ac_unique_file="src/OOC/Parser.Mod"
Expand Down Expand Up @@ -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 OOC 2.1.8 to adapt to many kinds of systems.
\`configure' configures OOC 2.1.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -837,7 +837,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of OOC 2.1.8:";;
short | recursive ) echo "Configuration of OOC 2.1.9:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -955,7 +955,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
OOC configure 2.1.8
OOC configure 2.1.9
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -969,7 +969,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 OOC $as_me 2.1.8, which was
It was created by OOC $as_me 2.1.9, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -6359,7 +6359,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by OOC $as_me 2.1.8, which was
This file was extended by OOC $as_me 2.1.9, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6419,7 +6419,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
OOC config.status 2.1.8
OOC config.status 2.1.9
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Autoconf requirements
AC_PREREQ(2.53)
AC_INIT(OOC,2.1.8,[email protected])
AC_INIT(OOC,2.1.9,[email protected])
AC_CONFIG_SRCDIR(src/OOC/Parser.Mod)
AC_CONFIG_HEADER(lib/src/__config.h)

Expand Down
Loading

0 comments on commit 6a9c94f

Please sign in to comment.