More renaming. Hopefully fixed version number.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
m4_define([cthulhu_version], [45.3])
|
||||
m4_define([cthulhu_version], [0.1])
|
||||
|
||||
m4_define(pygobject_required_version, 3.18)
|
||||
m4_define(atspi_required_version, 2.48)
|
||||
@ -32,9 +32,9 @@ PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0], [gstreamer="yes"], [gstreamer="n
|
||||
dnl Needed programs
|
||||
AC_PROG_INSTALL
|
||||
|
||||
dnl Check for python and python modules needed by Orca
|
||||
dnl TODO: check for incompatibilities between Orca and liblouis
|
||||
dnl per http://live.gnome.org/Orca/Braille
|
||||
dnl Check for python and python modules needed by Cthulhu
|
||||
dnl TODO: check for incompatibilities between Cthulhu and liblouis
|
||||
dnl per http://live.gnome.org/Cthulhu/Braille
|
||||
AM_PATH_PYTHON(3.3)
|
||||
|
||||
# Don't require the DISPLAY to be set - the gtk checking will fail
|
||||
|
Reference in New Issue
Block a user