dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1989,1.1990 configure.in,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1989,1.1990 configure.in,1.97,1.98
Date: Sat, 14 Dec 2002 18:24:41 -0500

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv20326

Modified Files:
        ChangeLog configure.in 
Log Message:


Use the builtin pnet regex routines in "lib_regexp.c"; remove
all references to the system regex library from the build system.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.1989
retrieving revision 1.1990
diff -C2 -r1.1989 -r1.1990
*** ChangeLog   14 Dec 2002 23:18:59 -0000      1.1989
--- ChangeLog   14 Dec 2002 23:24:39 -0000      1.1990
***************
*** 18,21 ****
--- 18,27 ----
        regex library.
  
+       * configure.in, engine/Makefile.am, engine/lib_regexp.c,
+       ildb/Makefile.am, ilnative/Makefile.am, include/il_utils.h,
+       support/Makefile.am, support/regexp.c, tests/Makefile.am:
+       use the builtin pnet regex routines in "lib_regexp.c"; remove
+       all references to the system regex library from the build system.
+ 
  2002-12-14  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -r1.97 -r1.98
*** configure.in        13 Dec 2002 11:24:46 -0000      1.97
--- configure.in        14 Dec 2002 23:24:39 -0000      1.98
***************
*** 200,204 ****
  AC_CHECK_LIB(m, sin)
  AC_CHECK_LIB(dl, dlopen)
- AC_CHECK_LIB(regex, regcomp, [REGEXLIBS=-lregex], [])
  AC_CHECK_LIB(socket, connect)
  AC_CHECK_LIB(nsl, gethostbyname)
--- 200,203 ----
***************
*** 219,227 ****
  AC_CHECK_HEADERS(string.h strings.h memory.h stdlib.h math.h fcntl.h)
  AC_CHECK_HEADERS(stdarg.h varargs.h sys/mman.h unistd.h sys/stat.h)
! AC_CHECK_HEADERS(sys/time.h sys/types.h regex.h dlfcn.h ieeefp.h)
  AC_CHECK_HEADERS(readline/readline.h readline/history.h wchar.h)
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h )
- AC_CHECK_HEADERS(regex.h)
  
  dnl Checks for typedefs, structures, and compiler characteristics.
--- 218,225 ----
  AC_CHECK_HEADERS(string.h strings.h memory.h stdlib.h math.h fcntl.h)
  AC_CHECK_HEADERS(stdarg.h varargs.h sys/mman.h unistd.h sys/stat.h)
! AC_CHECK_HEADERS(sys/time.h sys/types.h dlfcn.h ieeefp.h)
  AC_CHECK_HEADERS(readline/readline.h readline/history.h wchar.h)
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h )
  
  dnl Checks for typedefs, structures, and compiler characteristics.
***************
*** 300,304 ****
  AC_CHECK_FUNCS(isnan isinf finite fmod strtod mmap munmap getpagesize)
  AC_CHECK_FUNCS(stat lstat vfprintf waitpid wait fork execv open gettimeofday)
! AC_CHECK_FUNCS(getpid qsort regcomp re_comp unlink remove getcwd getwd)
  AC_CHECK_FUNCS(get_current_dir_name dlopen strerror fcntl ftruncate)
  AC_CHECK_FUNCS(acos asin atan atan2 ceil cos cosh exp floor remainder)
--- 298,302 ----
  AC_CHECK_FUNCS(isnan isinf finite fmod strtod mmap munmap getpagesize)
  AC_CHECK_FUNCS(stat lstat vfprintf waitpid wait fork execv open gettimeofday)
! AC_CHECK_FUNCS(getpid qsort unlink remove getcwd getwd)
  AC_CHECK_FUNCS(get_current_dir_name dlopen strerror fcntl ftruncate)
  AC_CHECK_FUNCS(acos asin atan atan2 ceil cos cosh exp floor remainder)
***************
*** 308,312 ****
  AC_CHECK_FUNCS(opendir readdir readdir_r closedir chdir access)
  AC_CHECK_FUNCS(cygwin_conv_to_win32_path snprintf)
- AC_CHECK_FUNCS(regcomp regexec regfree regerror)
  AC_FUNC_ALLOCA
  
--- 306,309 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]