[moserial] update README, remove vala version check
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] update README, remove vala version check
- Date: Wed, 17 Aug 2011 18:10:33 +0000 (UTC)
commit b92f672ca01870fd8bf08009f285f156d7014111
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Wed Aug 17 14:10:10 2011 -0400
update README, remove vala version check
README | 16 +++++++++-------
configure.ac | 1 -
2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/README b/README
index eb4a226..4d559f9 100644
--- a/README
+++ b/README
@@ -1,14 +1,16 @@
Build issues
============
-If you see this error:
-src/SerialConnection.c:31:21: fatal error: stropts.h: No such file or directory
+A. moserial requires vala 0.12.x to compile.
-then either:
+B. If you see this error:
+ src/SerialConnection.c:31:21: fatal error: stropts.h: No such file or directory
-1. sudo touch /usr/include/stropts.h
+ then either:
-or
+ 1. sudo touch /usr/include/stropts.h
-2. patch your posix.vapi file as described at
-http://bugzilla.gnome.org/show_bug.cgi?id=656690#c3
+ or
+
+ 2. patch your posix.vapi file as described at
+ http://bugzilla.gnome.org/show_bug.cgi?id=656690#c3
diff --git a/configure.ac b/configure.ac
index ad99548..574f3f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AC_DISABLE_STATIC
LT_INIT
AC_PATH_PROG(VALAC, valac, valac)
-AM_PROG_VALAC([0.12.0])
AC_SUBST(VALAC)
AC_CONFIG_MACRO_DIR([m4])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]