hal: Branch 'master'
Richard Hughes
hughsient at gmail.com
Sun Sep 10 10:27:33 PDT 2006
On Sun, 2006-09-10 at 08:09 -0700, David Zeuthen wrote:
> Makefile.am | 2
> configure.in | 19
> doc/api/tmpl/hal-unused.sgml | 299 ++++++
> doc/api/tmpl/libhal-storage.sgml | 324 ------
> doc/spec/hal-spec-properties.xml | 208 +++-
> doc/spec/hal-spec.html | 1145 ++++++++++++++++++++---
> hald/linux/addons/addon-storage.c | 9
> hald/linux/blockdev.c | 2
> hald/linux/probing/Makefile.am | 4
> hald/linux/probing/probe-storage.c | 182 ++-
> hald/linux/probing/probe-volume.c | 439 +++------
> libhal-storage/libhal-storage.c | 59 +
> libhal-storage/libhal-storage.h | 64 -
> libhal/libhal.h | 7
> partutil/Makefile.am | 11
> partutil/partutil.c | 1791 +++++++++++++++++++++++++++++++++++++
> partutil/partutil.h | 412 ++++++++
> 17 files changed, 4152 insertions(+), 825 deletions(-)
Looks great, but I get a configure error:
[hughsie at hughsie-laptop hal]$ ./autogen.sh --prefix=/home/hughsie/.root
--enable -parted
Running libtoolize...
Running aclocal ...
Running autoheader...
Running automake --gnu ...
Running autoconf ...
configure.in:110: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
Running ./configure --enable-maintainer-mode --enable-gtk-doc
--prefix=/home/hug hsie/.root --enable-parted ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
...
checking for /usr/share/misc/pci.ids... no
checking for /usr/share/pci.ids... no
checking for /var/lib/misc/pci.ids... no
checking for pkg-config... /usr/bin/pkg-config
checking gtk-doc version >= 1.3... yes
./configure: line 21505: syntax error near unexpected token `1.7.1,'
./configure: line 21505: ` PARTED_CHECK_LIBPARTED(1.7.1, , '
Looks like it doesn't like AC_MSG_ERROR...
Cheers,
Richard.
More information about the hal-commit
mailing list