From: Tom H. <tom...@us...> - 2003-01-06 16:07:50
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv26428 Modified Files: ChangeLog NEWS Log Message: 2003-01-06 Tom Howard <tom...@us...> * ./src/Makefile.am rcparser library is now installed into ${prefix}/lib Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** ChangeLog 6 Jan 2003 15:41:29 -0000 1.48 --- ChangeLog 6 Jan 2003 16:07:47 -0000 1.49 *************** *** 2,5 **** --- 2,10 ---- * ./src/Makefile.am + rcparser library is now installed into ${prefix}/lib + + 2003-01-06 Tom Howard <tom...@us...> + + * ./src/Makefile.am Fixed bug in test_script Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** NEWS 6 Jan 2003 15:41:30 -0000 1.14 --- NEWS 6 Jan 2003 16:07:47 -0000 1.15 *************** *** 1,3 **** --- 1,8 ---- [1.2.0] + * The rccparser library in now installed into ${prefix}/lib, rather + than ${prefix}/lib/rccparser. This makes detection of the library + (using autoconf) easier if rccparser is installed into the default + location. + * Added an autoconf macro (AC_LIB_RCCPARSER) for use in client programs to detect rccparser. Simple copy or add |