hal ChangeLog, 1.372.2.46, 1.372.2.47 configure.in, 1.57.2.17, 1.57.2.18

David Zeuthen david at freedesktop.org
Mon Apr 11 11:52:08 PDT 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv29422

Modified Files:
      Tag: hal-0_4-stable-branch
	ChangeLog configure.in 
Log Message:
2005-04-11  David Zeuthen  <davidz at redhat.com>

	* configure.in: Revert version from 0.4.7.cvs20050128c to 0.4.7.
	Add /var/lib/misc to the search path for pci.ids. From Murray
	Cumming <murrayc at murrayc.com>, fdo bug #2547



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.372.2.46
retrieving revision 1.372.2.47
diff -u -d -r1.372.2.46 -r1.372.2.47
--- ChangeLog	4 Apr 2005 15:54:21 -0000	1.372.2.46
+++ ChangeLog	11 Apr 2005 18:52:05 -0000	1.372.2.47
@@ -1,3 +1,9 @@
+2005-04-11  David Zeuthen  <davidz at redhat.com>
+
+	* configure.in: Revert version from 0.4.7.cvs20050128c to 0.4.7.
+	Add /var/lib/misc to the search path for pci.ids. From Murray
+	Cumming <murrayc at murrayc.com>, fdo bug #2547
+
 2005-04-04  David Zeuthen  <davidz at redhat.com>
 
 	* po/zh_TW.po: New file from chaoweilun at pcmail.com.tw

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.57.2.17
retrieving revision 1.57.2.18
diff -u -d -r1.57.2.17 -r1.57.2.18
--- configure.in	4 Apr 2005 15:54:21 -0000	1.57.2.17
+++ configure.in	11 Apr 2005 18:52:06 -0000	1.57.2.18
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.4.7.cvs20050128c, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.4.7.cvs20050128c)
+AC_INIT(hal, 0.4.7, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.4.7)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
@@ -22,7 +22,7 @@
 if ! test -z "$with_hwdata" ; then
    HWDATA_DIR="$with_hwdata"
 else
-   for dir in /usr/share/hwdata /usr/share/misc /usr/share; do
+   for dir in /usr/share/hwdata /usr/share/misc /usr/share /var/lib/misc; do
       AC_CHECK_FILE($dir/pci.ids,HWDATA_DIR=$dir)
    done
 fi




More information about the hal-commit mailing list