Author: tridge Date: 2005-07-29 23:33:11 +0000 (Fri, 29 Jul 2005) New Revision: 8853
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8853 Log: fixed path to smb.conf Jelmer, is this what you intended? Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4 Changeset: Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4 =================================================================== --- branches/SAMBA_4_0/source/build/m4/check_path.m4 2005-07-29 23:31:44 UTC (rev 8852) +++ branches/SAMBA_4_0/source/build/m4/check_path.m4 2005-07-29 23:33:11 UTC (rev 8853) @@ -20,7 +20,7 @@ privatedir="\${CONFIGDIR}/private" libdir="\${prefix}/lib/samba" swatdir="\${DATADIR}/samba/swat", - configdir="\${libdir}" + configdir="\${LIBDIR}" logfilebase="\${localstatedir}" lockdir="\${localstatedir}/locks" piddir="\${localstatedir}/locks"
