1diff -r -u -I : procmail-3.22/src/autoconf procmail/src/autoconf
2--- procmail-3.22/src/autoconf	2001-09-10 21:55:46.000000000 -0700
3+++ procmail/src/autoconf	2008-07-06 23:12:48.000000000 -0700
4@@ -1380,7 +1380,7 @@
5 	 }
6 	if(!newdiff)				    /* reductio ad adsurdum? */
7 	   break;			    /* yes, break off the engagement */
8-	sprintf(num,"%u",newdiff);nargv[argc+diff]=0;  /* pass on the target */
9+	sprintf(num,"%u",newdiff);nargv[argc+newdiff]=0;  /* pass on the target */
10 	execv(argv[0],nargv);					/* jeronimo! */
11       }
12 printit:				  /* we proudly present the findings */
13