commit b588eaed024fa067d1afd82749e593e218c77e37 from: Alexander Barton date: Mon Mar 31 16:17:33 2003 UTC Corrected path for documentation files in summary output. commit - 36e0345ce6a5961555fd772807c2791bfa54b8fc commit + b588eaed024fa067d1afd82749e593e218c77e37 blob - 24cb267098a3746faed2d4775089791528ce4334 blob + a7653a652bf78059b0cf2453dba553e86fe40e9d --- configure.in +++ configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.86 2003/03/30 13:46:00 alex Exp $ +# $Id: configure.in,v 1.87 2003/03/31 16:17:33 alex Exp $ # # -- Initialisierung -- @@ -289,7 +289,7 @@ B=`eval echo ${bindir}` ; B=`eval echo ${B}` S=`eval echo ${sbindir}` ; S=`eval echo ${S}` C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}` M=`eval echo ${mandir}` ; M=`eval echo ${M}` -D=`eval echo ${datadir}/doc/${PACKAGE}` ; D=`eval echo ${D}` +D=`eval echo ${datadir}/doc/ngIRCd` ; D=`eval echo ${D}` echo " Host: ${host}" echo " Compiler: ${CC}"