Browse Source

Use eSpeak NG consistently to refer to the new project.

master
Reece H. Dunn 9 years ago
parent
commit
ac31d7d5a8
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      README.md
  2. 2
    2
      configure.ac

+ 1
- 1
README.md View File



### eSpeak NG Feature Configuration ### eSpeak NG Feature Configuration


The following `configure` options control which eSpeak features are enabled:
The following `configure` options control which eSpeak NG features are enabled:


| Option | Description | Default | | Option | Description | Default |
|-----------------|----------------------------------------------|---------| |-----------------|----------------------------------------------|---------|

+ 2
- 2
configure.ac View File

AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([eSpeak], [1.48], [https://github.com/rhdunn/espeak/issues], [espeak], [https://github.com/rhdunn/espeak])
AC_INIT([eSpeak NG], [1.48], [https://github.com/rhdunn/espeak/issues], [espeak], [https://github.com/rhdunn/espeak])
AM_INIT_AUTOMAKE() AM_INIT_AUTOMAKE()


m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])


AC_MSG_NOTICE([ AC_MSG_NOTICE([


Configuration for eSpeak complete.
Configuration for eSpeak NG complete.


Source code location: ${srcdir} Source code location: ${srcdir}



Loading…
Cancel
Save