Reece H. Dunn
ee61cc4358
Fix running 'make clean' when gradle is not present. Gradle is used for the Android build and is not needed when just building eSpeak NG on Linux/BSD systems.
8 years ago
Reece H. Dunn
9bb4b53967
Update the version to 1.49.2-dev.
8 years ago
Reece H. Dunn
2e84bbbcc8
Use autoconf to check for sys/endian.h.
8 years ago
Reece H. Dunn
58c655abae
Use autoconf to check for endian.h.
8 years ago
Reece H. Dunn
7cb79ea358
Don't use AC_FUNC_(M|RE)ALLOC as they cause 'Undefined reference to rpl_(m|re)alloc' on some systems.
8 years ago
Reece H. Dunn
6bc5f409a3
Don't generate an error if ndk-build (for Android builds) is not present.
8 years ago
Reece H. Dunn
7390b9de0a
Allow the build to work without gradle (for non-Android builds).
8 years ago
Reece H. Dunn
3b8016e4f5
ucd-tools 9.0.0
8 years ago
Reece H. Dunn
4bf9f0775f
Update the version to 1.49.1 (in development).
8 years ago
Reece H. Dunn
76e5224545
eSpeak NG 1.49.0
8 years ago
Reece H. Dunn
4b1b5f82d5
ucd-tools 8.0.0.1
9 years ago
Reece H. Dunn
dd7bd6f8c4
Update the configure file to check more used features.
9 years ago
Reece H. Dunn
4f676ed175
Use pcaudiolib for the audio API layer.
9 years ago
Reece H. Dunn
dc87e7b775
Use a HAVE_MKSTEMP configure check instead of PLATFORM_POSIX.
9 years ago
Luke Yelavich
d5362b2608
build - Add pkg-config file
9 years ago
Reece H. Dunn
960e075b8a
Refer to C99 instead of C11 in the configure summary output.
9 years ago
Reece H. Dunn
cd64bfeb53
Install the espeak compatibility symlinks.
9 years ago
Reece H. Dunn
a63caac1ed
Require a C99 compiler, not a C11 compiler and improve the C99 detection logic.
9 years ago
Reece H. Dunn
891766ea5c
Work around missing AC_CHECK_HEADER_STDBOOL in older autoconf versions.
9 years ago
Reece H. Dunn
5a3d5c0946
Check for the ronn command in configure before building the man files.
9 years ago
Reece H. Dunn
f10b2ccb85
Use the system's sonic files.
This allows newer versions of sonic to be used and to keep
up-to-date with bug fixes provided by the system.
9 years ago
Reece H. Dunn
7d8b983ee7
strcasecmp is no longer used, so remove the compatibility code
9 years ago
Reece H. Dunn
3d6b0d15d1
Remove wxWidgets and the remaining parts of espeakedit from the build.
9 years ago
Reece H. Dunn
74b461070f
Use LT_INIT to initialize libtool.
9 years ago
Reece H. Dunn
aa363fde6d
Update the AC_INIT details.
9 years ago
Reece H. Dunn
ac31d7d5a8
Use eSpeak NG consistently to refer to the new project.
9 years ago
Reece H. Dunn
d6ab370abc
Use autoscan output to update configure.ac.
9 years ago
Reece H. Dunn
ca5f651d1d
espeak-ng requires a C11 compiler, so document and check this
9 years ago
Reece H. Dunn
f7dfc38dd7
Use the C compiler to build C files; restructuring.
This moves the libespeak source (*.cpp) files to src/libespeak-ng
and renames the C files (libespeak, espeak, speak) so they have
a .c file extension.
9 years ago
Reece H. Dunn
bddb25bdc7
Unicode Character Data 8.0.0
10 years ago
Reece H. Dunn
1c78ef70ba
autotools: support using a custom gradle command
10 years ago
Reece H. Dunn
ea191f1371
ucd-tools 7.0.0.1
11 years ago
Reece H. Dunn
8564c19582
autotools: update the default for --with-unicode-version to 7.0.0
11 years ago
Reece H. Dunn
23b8324365
configure.ac: allow setting the wx-config path
11 years ago
Reece H. Dunn
981c023977
autotools: update version to 1.48.*
11 years ago
Reece H. Dunn
a4ce6aa683
autotools: support optionally building the extended Russian and Chinese dictionaries
11 years ago
Reece H. Dunn
e5b4b5703c
configure.ac: use spaces to indent the text in the AC_MSG_NOTICE output
11 years ago
Reece H. Dunn
fb1b51adf1
autotools: fix the name of the --with-unicode-version configure option
11 years ago
Reece H. Dunn
cc2a1759bd
autotools: support specifying the Unicode/UCD version
11 years ago
Reece H. Dunn
77f9b5ece8
autotools: XDGDATADIR is not used/configured, so don't print its location at the end of a configure run
11 years ago
Reece H. Dunn
6dd5529dd8
autotools: add support for disabling async command support (--without-async/--with-async=no)
11 years ago
Reece H. Dunn
00861d3bc3
autotools: add support for disabling libsonic (--without-sonic/--with-sonic=no)
11 years ago
Reece H. Dunn
83df50a40f
autotools: add support for disabling MBROLA (--without-mbrola/--with-mbrola=no)
11 years ago
Reece H. Dunn
a725bba818
autotools: add support for disabling Klatt (--without-klatt/--with-klatt=no)
11 years ago
Reece H. Dunn
b4df398601
autotools: Add a --with-sada argument (default: no) to enable Solaris SADA audio support.
11 years ago
Reece H. Dunn
c69ff7ebd7
autotools: Rewrite the build targets to use automake and libtool properly.
11 years ago
Reece H. Dunn
39a6a2dbbb
autotools: Update the version in AC_INIT to 1.47.
11 years ago
Reece H. Dunn
94ace09b40
configure.ac: Improve the checks to ensure that portaudio.h and -lportaudio refer to the same version of PortAudio.
11 years ago
Reece H. Dunn
d3ff1abbe9
configure.ac: Update the configure script to detect portaudio version (18 or 19).
11 years ago
Reece H. Dunn
6f085e7a94
autotools: run ndk-build when 'make android' is invoked to simplify the build steps
12 years ago