Browse Source

configure.ac: drop autoconf requirement to 2.63 to support more systems (e.g. the OLPC XO-1)

master
Reece H. Dunn 12 years ago
parent
commit
a8bc86bfd9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -1,4 +1,4 @@
AC_PREREQ([2.65])
AC_PREREQ([2.63])
AC_INIT([eSpeak], [1.46], [https://github.com/rhdunn/espeak/issues], [espeak], [https://github.com/rhdunn/espeak])
AM_INIT_AUTOMAKE()


Loading…
Cancel
Save