[packagekit] Build problems with git

S.Çağlar Onur caglar at pardus.org.tr
Wed Feb 13 05:31:14 PST 2008


Hi;

13 Şub 2008 Çar tarihinde, Thomas Wood şunları yazmıştı: 
> This would be to do with the gtk-doc changes I was doing yesterday.
> version.xml should be generated by autoconf (version.xml.in ->
> version.xml). Perhaps you need to re-run autogen.sh?

After

commit cefd0884f5ee89faf38318c0a5905307bfa9068d
Author: Thomas Wood <thomas at openedhand.com>
Date:   Tue Feb 12 16:04:02 2008 +0000

    Improve gtk-doc support

autogen.sh dies like following

caglar at zangetsu PackageKit $ LC_ALL=C ./autogen.sh
**Warning**: I am going to run 'configure' with no arguments.
If you wish to pass any to it, please specify them on the
'./autogen.sh' command line.

ln: target `m4/' is not a directory: No such file or directory
cp: cannot create regular file `m4/': Is a directory

following patch

diff --git a/configure.ac b/configure.ac
index cc7413b..8de02d8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AM_PROG_CC_C_O
 AM_PROG_LIBTOOL

 # set up gtk-doc
-AC_CONFIG_MACRO_DIR(m4)
+# AC_CONFIG_MACRO_DIR(m4)
 GTK_DOC_CHECK(1.9)

or creating an empty m4 directory solves this issue. What may be the problem?

> Regards,
> 
> Thomas

Cheers
-- 
S.Çağlar Onur <caglar at pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/packagekit/attachments/20080213/cdde25c5/attachment-0004.pgp>


More information about the PackageKit mailing list