tag 424147 patch
thanks

The problem is that upstream's distclean removes configure and tries
to run tutoconf to regenerate. Since it's not present as a b-d, the
call fails and configure is left unexistent.

Since regenerating the file is not really needed, the simplest fix is
to stop removing it. The following patch does the trick.

----------------------------------------------------------------------
diff -r 80c1fe2a85da Makefile.in
--- a/Makefile.in       Sat Aug 04 15:16:52 2007 -0500
+++ b/Makefile.in       Sat Aug 04 15:39:40 2007 -0500
@@ -16,9 +16,8 @@ clean:
 
 distclean: clean
        cd source; make distclean
-       $(RM) .pure log TAGS Makefile config.* configure
+       $(RM) .pure log TAGS Makefile config.*
        rm -f $(TARGET)
-       autoconf
 
 dist: distclean
        cp templates/* .
----------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to