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

@@ -79,7 +79,7 @@ portaudio.

### 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 |
|-----------------|----------------------------------------------|---------|

+ 2
- 2
configure.ac View File

@@ -1,5 +1,5 @@
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()

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
@@ -326,7 +326,7 @@ AC_OUTPUT

AC_MSG_NOTICE([

Configuration for eSpeak complete.
Configuration for eSpeak NG complete.

Source code location: ${srcdir}


Loading…
Cancel
Save