Package: libgconf-dev
Version: 1.0.9-7.2
Severity: important
Tags: patch

When trying to bootstrap the trunk version  of wormux I found this issues:

[EMAIL PROTECTED]:/tmp/wormux/wormux$ ./autogen.sh
[+] Clean files generated by autoconf, aclocal, automake and configure
[+] Run aclocal
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of
AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:4:   run info '(automake)Extending aclocal'
/usr/share/aclocal/gconf-1.m4:4:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
[+] Run autoheader
[+] Run automake
configure.ac:25: required file `./config.rpath' not found

I done some small change and tried again.

[EMAIL PROTECTED]:/tmp/wormux/wormux$ ./autogen.sh
[+] Clean files generated by autoconf, aclocal, automake and configure
[+] Run aclocal
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of
AM_GCONF_SOURCE
/usr/share/aclocal/gconf-1.m4:71:   run info '(automake)Extending aclocal'
/usr/share/aclocal/gconf-1.m4:71:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
[+] Run autoheader
[+] Run automake

With the attached patch applied, bootstrapping worked.

--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
--- /usr/share/aclocal/gconf-1.m4	2006-08-19 10:05:58.000000000 +0300
+++ /usr/share/aclocal/gconf-1.m4	2007-07-05 13:26:56.000000000 +0300
@@ -1,7 +1,7 @@
 dnl AM_PATH_GCONF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
 dnl Test for GCONF, and define GCONF_CFLAGS and GCONF_LIBS
 dnl
-AC_DEFUN(AM_PATH_GCONF,
+AC_DEFUN([AM_PATH_GCONF],
 [dnl 
 dnl Get the cflags and libraries from the gconf-config script
 dnl
@@ -68,7 +68,7 @@
 dnl AM_GCONF_SOURCE
 dnl Define GCONF_SCHEMA_CONFIG_SOURCE
 dnl
-AC_DEFUN(AM_GCONF_SOURCE,
+AC_DEFUN([AM_GCONF_SOURCE],
 [
   if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
     GCONF_SCHEMA_CONFIG_SOURCE=`gconftool --get-default-source`

Reply via email to