[Gimp-docs] (RESOLVED) HTML building problem
Ulf-D. Ehlert
ude88 at web.de
Wed Aug 8 08:55:15 PDT 2007
Am Montag, 6. August 2007 schrieb julien:
[...]
> My automake is 1.9.6
> My autoconf is 2.60
> Must I update them?
It seems that you should update to automake 1.10:
--- Makefile.Julien
+++ Makefile.Ulf
...
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
...
+MKDIR_P = /bin/mkdir -p
...
+abs_builddir = /home/ulf/...
+abs_srcdir = /home/ulf/...
+abs_top_builddir = /home/ulf/...
+abs_top_srcdir = /home/ulf/...
...
Obviously some of the features used by the new build system require
automake 1.10. (I'm using autoconf 2.61, but I think automake is the
bad guy.)
After an update your Makefile should contain the variable
abs_top_srcdir, then you should try an absolute link again
($(abs_top_srcdir)/images).
Bye
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20070808/470f5621/attachment.bin
More information about the Gimp-docs
mailing list