-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
101 changed files
with
11,869 additions
and
11,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
Principal Contacts: | ||
Google, Inc. | ||
|
||
Principal developers: | ||
|
||
Cyril Allauzen <[email protected]> | ||
Michael Riley <[email protected]> | ||
|
@@ -25,4 +27,5 @@ Jeffrey Sorensen | |
Richard Sproat | ||
Ananda Theertha Suresh | ||
Terry Tai | ||
Lawrence Wolf-Sonkin | ||
Ke Wu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.69 for OpenFst 1.7.5. | ||
# Generated by GNU Autoconf 2.69 for OpenFst 1.7.6. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -590,8 +590,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='OpenFst' | ||
PACKAGE_TARNAME='openfst' | ||
PACKAGE_VERSION='1.7.5' | ||
PACKAGE_STRING='OpenFst 1.7.5' | ||
PACKAGE_VERSION='1.7.6' | ||
PACKAGE_STRING='OpenFst 1.7.6' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -640,6 +640,8 @@ DL_LIBS | |
libfstdir | ||
HAVE_GRM_FALSE | ||
HAVE_GRM_TRUE | ||
HAVE_FSTS_FALSE | ||
HAVE_FSTS_TRUE | ||
HAVE_SCRIPT_FALSE | ||
HAVE_SCRIPT_TRUE | ||
HAVE_BIN_FALSE | ||
|
@@ -826,6 +828,7 @@ enable_pdt | |
enable_python | ||
enable_special | ||
enable_bin | ||
enable_fsts | ||
enable_grm | ||
with_libfstdir | ||
' | ||
|
@@ -1395,7 +1398,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 OpenFst 1.7.5 to adapt to many kinds of systems. | ||
\`configure' configures OpenFst 1.7.6 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1466,7 +1469,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of OpenFst 1.7.5:";; | ||
short | recursive ) echo "Configuration of OpenFst 1.7.6:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1497,6 +1500,7 @@ Optional Features: | |
--enable-python enable Python extensions | ||
--enable-special enable special-matcher extensions | ||
--enable-bin enable fst::script and command-line binaries | ||
--enable-fsts enable all FST SOs | ||
--enable-grm enable all dependencies of OpenGrm | ||
|
||
Optional Packages: | ||
|
@@ -1598,7 +1602,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
OpenFst configure 1.7.5 | ||
OpenFst configure 1.7.6 | ||
generated by GNU Autoconf 2.69 | ||
|
||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2039,7 +2043,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 OpenFst $as_me 1.7.5, which was | ||
It was created by OpenFst $as_me 1.7.6, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -2902,7 +2906,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='openfst' | ||
VERSION='1.7.5' | ||
VERSION='1.7.6' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -4594,7 +4598,7 @@ fi | |
|
||
# This library does not throw exceptions, so we do not generate exception | ||
# handling code. However, users are free to re-enable exception handling. | ||
CXX="$CXX -std=c++11 -fno-exceptions" | ||
CXX="$CXX -std=c++17 -fno-exceptions" | ||
|
||
# Check whether --enable-static was given. | ||
if test "${enable_static+set}" = set; then : | ||
|
@@ -9130,6 +9134,12 @@ lt_prog_compiler_static= | |
lt_prog_compiler_pic='-KPIC' | ||
lt_prog_compiler_static='-static' | ||
;; | ||
# flang / f18. f95 an alias for gfortran or flang on Debian | ||
flang* | f18* | f95*) | ||
lt_prog_compiler_wl='-Wl,' | ||
lt_prog_compiler_pic='-fPIC' | ||
lt_prog_compiler_static='-static' | ||
;; | ||
# icc used to be incompatible with GCC. | ||
# ICC 10 doesn't accept -KPIC any more. | ||
icc* | ifort*) | ||
|
@@ -16834,7 +16844,26 @@ else | |
fi | ||
|
||
|
||
# --enable-grm enables dependencies of OpenGrm: far, mpdt, and pdt. | ||
# --enable-fsts is an alias to enable FST SO extensions: compact, const, | ||
# linear, lookahead, and ngram. | ||
# Check whether --enable-fsts was given. | ||
if test "${enable_fsts+set}" = set; then : | ||
enableval=$enable_fsts; | ||
else | ||
enable_fsts=no | ||
fi | ||
|
||
if test "x$enable_fsts" != xno; then | ||
HAVE_FSTS_TRUE= | ||
HAVE_FSTS_FALSE='#' | ||
else | ||
HAVE_FSTS_TRUE='#' | ||
HAVE_FSTS_FALSE= | ||
fi | ||
|
||
|
||
# --enable-grm is an alias to enable all dependencies of OpenGrm: far, mpdt, | ||
# and pdt. | ||
# Check whether --enable-grm was given. | ||
if test "${enable_grm+set}" = set; then : | ||
enableval=$enable_grm; | ||
|
@@ -17150,6 +17179,10 @@ if test -z "${HAVE_SCRIPT_TRUE}" && test -z "${HAVE_SCRIPT_FALSE}"; then | |
as_fn_error $? "conditional \"HAVE_SCRIPT\" was never defined. | ||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
fi | ||
if test -z "${HAVE_FSTS_TRUE}" && test -z "${HAVE_FSTS_FALSE}"; then | ||
as_fn_error $? "conditional \"HAVE_FSTS\" was never defined. | ||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
fi | ||
if test -z "${HAVE_GRM_TRUE}" && test -z "${HAVE_GRM_FALSE}"; then | ||
as_fn_error $? "conditional \"HAVE_GRM\" was never defined. | ||
Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
|
@@ -17551,7 +17584,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 OpenFst $as_me 1.7.5, which was | ||
This file was extended by OpenFst $as_me 1.7.6, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17617,7 +17650,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="\\ | ||
OpenFst config.status 1.7.5 | ||
OpenFst config.status 1.7.6 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
AC_INIT([OpenFst], [1.7.5], [[email protected]]) | ||
AC_INIT([OpenFst], [1.7.6], [[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign nostdinc -Wall -Werror subdir-objects]) | ||
AM_PROG_AR | ||
|
||
AC_PROG_CXX | ||
# This library does not throw exceptions, so we do not generate exception | ||
# handling code. However, users are free to re-enable exception handling. | ||
CXX="$CXX -std=c++11 -fno-exceptions" | ||
CXX="$CXX -std=c++17 -fno-exceptions" | ||
|
||
AC_DISABLE_STATIC | ||
AC_PROG_LIBTOOL | ||
|
@@ -125,7 +125,17 @@ AC_ARG_ENABLE([bin], | |
AM_CONDITIONAL([HAVE_BIN], [test "x$enable_bin" != xno]) | ||
AM_CONDITIONAL([HAVE_SCRIPT], [test "x$enable_bin" != xno]) | ||
|
||
# --enable-grm enables dependencies of OpenGrm: far, mpdt, and pdt. | ||
# --enable-fsts is an alias to enable FST SO extensions: compact, const, | ||
# linear, lookahead, and ngram. | ||
AC_ARG_ENABLE([fsts], | ||
[AS_HELP_STRING([--enable-fsts], | ||
[enable all FST SOs])], | ||
[], | ||
[enable_fsts=no]) | ||
AM_CONDITIONAL([HAVE_FSTS], [test "x$enable_fsts" != xno]) | ||
|
||
# --enable-grm is an alias to enable all dependencies of OpenGrm: far, mpdt, | ||
# and pdt. | ||
AC_ARG_ENABLE([grm], | ||
[AS_HELP_STRING([--enable-grm], | ||
[enable all dependencies of OpenGrm])], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.