|
From: Christophe Prud'h. <pru...@us...> - 2001-05-15 18:18:00
|
Update of /cvsroot/corelinux/clfw In directory usw-pr-cvs1:/tmp/cvs-serv26824 Modified Files: ChangeLog config.h.in Log Message: update admin/config.* and admin/ltmain.sh for libtool Index: ChangeLog =================================================================== RCS file: /cvsroot/corelinux/clfw/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** ChangeLog 2001/04/15 16:36:08 1.23 --- ChangeLog 2001/05/15 18:17:57 1.24 *************** *** 1,2 **** --- 1,6 ---- + 2001-05-15 Christophe Prud'homme <pru...@mi...> + + * update admin/config.* and admin/ltmain.sh + 2001-04-15 Frank V. Castellucci <fr...@ca...> Index: config.h.in =================================================================== RCS file: /cvsroot/corelinux/clfw/config.h.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** config.h.in 2001/04/15 16:36:08 1.3 --- config.h.in 2001/05/15 18:17:57 1.4 *************** *** 4,7 **** --- 4,10 ---- #undef STDC_HEADERS + /* Define if you have the <dlfcn.h> header file. */ + #undef HAVE_DLFCN_H + /* Define if you have the gdbm library (-lgdbm). */ #undef HAVE_LIBGDBM |