-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I wrote:

> 3) When rebuilding the package manually using
>     cd package-to-rebuild
>     dpkg-buildpackage -b -rfakeroot -uc -d
> 
>    'test_root' secceeds, but automake fails:
>     ...
>     automake -a
>     configure.in: installing `./install-sh'
>     configure.in: installing `./missing'
>     configure.in:4: installing `./config.guess'
>     configure.in:4: installing `./config.sub'
>     configure.in:4: required file `./ltmain.sh' not found
>     lib/Makefile.am: installing `./depcomp'
>     make: *** [configure-stamp] Error 1

I fixed this, too. Just replace

   autoconf
   automake -a

by

   autoreconf -i  # mind the 're'
   automake -a

This is one of the glitches of the auto*-tools. ARGL!

- --
Schönen Gruß - Regards
Hartmut Goebel

| Hartmut Goebel             | IT-Security -- effizient |
| [EMAIL PROTECTED] | www.goebel-consult.de    |
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iQEVAwUBROTmd8zajR0mSa83AQJFdggAnM+MDqftwehBnBR9rt6expjfWDid8WrA
2zMFmm5MvE8cbkswacQF3UhxTfYtwIm0n45rS/xtN5iaMLROwzJ6w0OanUl+9Wl3
Y5jto6Yf5k/ojq9dcwVihGgC1NTufQGDY6RJMA+1AGPeiMTCkzZhxSy9yauYLNYt
TLeT3Lm1/HNNe9RHI3B0oIvtiK/ja2/GpJAzWpu/MBi1E1+YuL81YV0AZAJm0xRi
/7i3Yeu0bzFf251g3c+yi4plfrOLrjBBq4kc4SiKVnu/crQ7a29KJuEf+ZW3ghUa
ATuXmx4ht9tn0meqw7iPCSLBiI+YWqQpNJ15VHtx19Xtyuo3DvHU5Q==
=+89H
-----END PGP SIGNATURE-----
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to