|
From: Frank V. C. <fr...@us...> - 2000-10-05 21:11:33
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv19505 Modified Files: README config.h.in configure.in Log Message: Release 0.2.0 final pass Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** README 2000/09/01 20:12:13 1.2 --- README 2000/10/05 21:11:29 1.3 *************** *** 1,4 **** ==================================================== ! CoreLinux++ Framework Source Distribution Beta 0.1.0 ==================================================== --- 1,4 ---- ==================================================== ! CoreLinux++ Framework Source Distribution Beta 0.2.0 ==================================================== *************** *** 22,29 **** We kick off with the first of the batch: the Library Load framework. Requirements ------------ ! libclfw-0.1.0 require libcorelinux 0.4.27. Documentation --- 22,30 ---- We kick off with the first of the batch: the Library Load framework. + This release adds a first stab at defining MetaType Requirements ------------ ! libclfw-0.2.0 require libcorelinux 0.4.28. Documentation Index: config.h.in =================================================================== RCS file: /cvsroot/corelinux/clfw/config.h.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** config.h.in 2000/08/15 01:14:47 1.1.1.1 --- config.h.in 2000/10/05 21:11:29 1.2 *************** *** 4,7 **** --- 4,10 ---- #undef STDC_HEADERS + /* Define if you have the uuid library (-luuid). */ + #undef HAVE_LIBUUID + /* Name of package */ #undef PACKAGE Index: configure.in =================================================================== RCS file: /cvsroot/corelinux/clfw/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** configure.in 2000/10/04 11:22:04 1.12 --- configure.in 2000/10/05 21:11:29 1.13 *************** *** 90,94 **** echo "You need to install corelinux. see http://corelinux.sourceforge.net" exit; ! ],) # --- 90,94 ---- echo "You need to install corelinux. see http://corelinux.sourceforge.net" exit; ! ],-lstdc++) # *************** *** 99,105 **** echo "You need to install libuuid" exit; ! ],) ! #AC_SUBST(LIBS) AC_OUTPUT(Makefile \ --- 99,105 ---- echo "You need to install libuuid" exit; ! ],-lstdc++) ! AC_SUBST(LIBS) AC_OUTPUT(Makefile \ |