|
From: <el_...@us...> - 2007-10-28 07:48:04
|
Revision: 747
http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=747&view=rev
Author: el_cubano
Date: 2007-10-28 00:47:25 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
Fix vpath building
Modified Paths:
--------------
trunk/ddccontrol/TODO
trunk/ddccontrol/configure.ac
Modified: trunk/ddccontrol/TODO
===================================================================
--- trunk/ddccontrol/TODO 2007-10-28 07:40:15 UTC (rev 746)
+++ trunk/ddccontrol/TODO 2007-10-28 07:47:25 UTC (rev 747)
@@ -7,7 +7,6 @@
Roberto:
- Update supportedmonitors.xml to list all the new monitors.
- - Fix vpath building
BUGS:
- Fix Samsung 720T (not detected as LCD as type is "LCD CM")
Modified: trunk/ddccontrol/configure.ac
===================================================================
--- trunk/ddccontrol/configure.ac 2007-10-28 07:40:15 UTC (rev 746)
+++ trunk/ddccontrol/configure.ac 2007-10-28 07:47:25 UTC (rev 747)
@@ -55,10 +55,10 @@
)
if test "x$support_i2c_dev_works" = "xno" ; then
- AC_MSG_CHECKING([if src/lib/i2c-dev.h works instead])
+ AC_MSG_CHECKING([if $srcdir/src/lib/i2c-dev.h works instead])
AC_COMPILE_IFELSE([
[#define HAVE_BUGGY_I2C_DEV 1]
- [#include "src/lib/i2c-dev.h"]
+ [#include "$srcdir/src/lib/i2c-dev.h"]
[const int a = I2C_RDWR + I2C_M_RD;]
[struct i2c_msg i2cmsg;]
],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|