hal ChangeLog,1.261,1.262 configure.in,1.35,1.36
Joe Shaw
joe at freedesktop.org
Thu Aug 26 11:04:22 PDT 2004
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv21069
Modified Files:
ChangeLog configure.in
Log Message:
2004-08-26 Joe Shaw <joeshaw at novell.com>
* configure.in: Don't check for a C++ compiler... we don't have
any C++ code.
* doc/spec/hal-spec.xml.in: Add a section about kernel properties.
* hald/linux/osspec.c (osspec_probe): Get kernel info from uname()
and add the properties to the Computer device.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- ChangeLog 25 Aug 2004 23:56:09 -0000 1.261
+++ ChangeLog 26 Aug 2004 18:04:19 -0000 1.262
@@ -1,3 +1,13 @@
+2004-08-26 Joe Shaw <joeshaw at novell.com>
+
+ * configure.in: Don't check for a C++ compiler... we don't have
+ any C++ code.
+
+ * doc/spec/hal-spec.xml.in: Add a section about kernel properties.
+
+ * hald/linux/osspec.c (osspec_probe): Get kernel info from uname()
+ and add the properties to the Computer device.
+
2004-08-26 Kay Sievers <kay.sievers at vrfy.org>
* doc/spec/hal-spec.xml.in: Add description of "volume.fsusage"
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- configure.in 25 Aug 2004 20:55:12 -0000 1.35
+++ configure.in 26 Aug 2004 18:04:20 -0000 1.36
@@ -8,7 +8,6 @@
AC_ISC_POSIX
AC_PROG_CC
-AC_PROG_CXX
AM_PROG_CC_STDC
AC_HEADER_STDC
AM_PROG_LIBTOOL
More information about the hal-commit
mailing list