diff -urN squid-2.5.STABLE10.orig/helpers/basic_auth/SMB/Makefile.am squid-2.5.STABLE10/helpers/basic_auth/SMB/Makefile.am --- squid-2.5.STABLE10.orig/helpers/basic_auth/SMB/Makefile.am 2002-08-12 05:13:42 +0400 +++ squid-2.5.STABLE10/helpers/basic_auth/SMB/Makefile.am 2005-08-11 10:15:48 +0400 @@ -14,7 +14,7 @@ ## FIXME: autoconf should test for the samba path. SMB_AUTH_HELPER = smb_auth.sh -SAMBAPREFIX=/usr/local/samba +SAMBAPREFIX=/usr SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) libexec_SCRIPTS = $(SMB_AUTH_HELPER) diff -urN squid-2.5.STABLE10.orig/helpers/basic_auth/SMB/Makefile.in squid-2.5.STABLE10/helpers/basic_auth/SMB/Makefile.in --- squid-2.5.STABLE10.orig/helpers/basic_auth/SMB/Makefile.in 2005-03-19 03:55:45 +0300 +++ squid-2.5.STABLE10/helpers/basic_auth/SMB/Makefile.in 2005-08-11 10:16:16 +0400 @@ -129,7 +129,7 @@ makesnmplib = @makesnmplib@ SMB_AUTH_HELPER = smb_auth.sh -SAMBAPREFIX = /usr/local/samba +SAMBAPREFIX = /usr SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) libexec_SCRIPTS = $(SMB_AUTH_HELPER)