[xmlsec] distclean issue

Aleksey Sanin aleksey at aleksey.com
Sun Jun 8 19:43:39 PDT 2003


You need to run ./autogen.sh after applying the patch. It works for me:
   
    [aleksey at xmlsec-tip]$ rm -rf ./src/nss/.deps 
./include/xmlsec/nss/Makefile ./src/nss/Makefile
    [aleksey at xmlsec-tip]$ ./autogen.sh --without-nss
    ...
    [aleksey at xmlsec-tip]$ make distclean
    ...
    [aleksey at xmlsec-tip]$ find -name '*.Plo' -or -name Makefile
    ./docs/api-0.0.x/examples/dsig1/Makefile
    ./docs/api-0.0.x/examples/dsig2/Makefile
    ./docs/api-0.0.x/examples/dsig3/Makefile
    ./docs/api-0.0.x/examples/dsig4/Makefile
    ./docs/api-0.0.x/examples/dsig5/Makefile
    ./docs/api-0.0.x/examples/enc1/Makefile
    ./docs/api-0.0.x/examples/enc2/Makefile
    ./examples/Makefile

Aleksey


John Belmonte wrote:

> Aleksey wrote:
>
>> Please, try the attached patch. If it would work for you then I'll 
>> check it in CVS.
>
>
> The patch doesn't seem to have any affect.  To see the problem, try:
>
>     ./configure --without-nss
>     make distclean
>     find -name '*.Plo' -or -name Makefile
>
>
>
>




More information about the xmlsec mailing list