|
From: Christophe Prud'h. <pru...@us...> - 2001-05-15 18:56:20
|
Update of /cvsroot/corelinux/clfll
In directory usw-pr-cvs1:/tmp/cvs-serv2979
Modified Files:
configure.in ChangeLog
Log Message:
see ChangeLog for minor fixes
no Features or Defect but build fixes and debian fixes
Index: configure.in
===================================================================
RCS file: /cvsroot/corelinux/clfll/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** configure.in 2001/05/12 11:37:23 1.8
--- configure.in 2001/05/15 18:56:17 1.9
***************
*** 87,95 ****
CXXFLAGS="${CXXFLAGS} -I/usr/include/clfw -I/usr/include/corelinux"
LDFLAGS="${LDFLAGS} "
! LIBS="${LIBS} -lcl++ -lclfw++ -luuid -ldl -lgdbm"
],[
echo "You need to install corelinux framework (libclfw++) or corelinux (libcl++) or uuid (libuuid) or dl (libdl). see http://corelinux.sourceforge.net"
exit;
! ], -luuid -lcl++ -lgdbm)
AC_SUBST(LIBS)
--- 87,95 ----
CXXFLAGS="${CXXFLAGS} -I/usr/include/clfw -I/usr/include/corelinux"
LDFLAGS="${LDFLAGS} "
! LIBS="${LIBS} -lclfw++ -lcl++ -luuid -ldl -lgdbm"
],[
echo "You need to install corelinux framework (libclfw++) or corelinux (libcl++) or uuid (libuuid) or dl (libdl). see http://corelinux.sourceforge.net"
exit;
! ], -luuid -lcl++ -lgdbm -lstdc++)
AC_SUBST(LIBS)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/corelinux/clfll/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ChangeLog 2001/05/12 11:33:11 1.4
--- ChangeLog 2001/05/15 18:56:17 1.5
***************
*** 1,2 ****
--- 1,11 ----
+ 2001-05-15 Christophe Prud'homme <pru...@mi...>
+
+ * doc/Makefile.am (clean): added a clean rule
+
+ * updated admin/config.* and admin/ltmain.sh
+
+ * configure.in: libclfw++ depends on libcl++ so in the ${LIBS} it
+ should come before libcl++ and not after
+
2001-05-12 Frank V. Castellucci <fr...@ca...>
|