texinfo-commits
[Top][All Lists]
Advanced

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

texinfo configure.ac,1.7,1.8


From: karl
Subject: texinfo configure.ac,1.7,1.8
Date: Fri, 26 Mar 2004 02:36:44 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv1437

Modified Files:
        configure.ac 
Log Message:
(AC_CHECK_DECLS): add memchr; no need to check for strcasecmp.
(gl_STRCASE): call this ... 
(AC_REPLACE_FUNCS): ... replacing checks for
strcasecmp and strncasecmp here.


Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** configure.ac        18 Mar 2004 23:41:00 -0000      1.7
--- configure.ac        26 Mar 2004 01:36:42 -0000      1.8
***************
*** 60,64 ****
  
  # Checks for function declarations.
! AC_CHECK_DECLS([strerror, strcasecmp, strncasecmp, strcoll])
  
  # Checks for library functions.
--- 60,64 ----
  
  # Checks for function declarations.
! AC_CHECK_DECLS([memchr, strcoll, strerror, strncasecmp])
  
  # Checks for library functions.
***************
*** 71,75 ****
  AC_CHECK_FUNCS(bzero getcwd memset setvbuf sigaction sigprocmask \
                 sigsetmask strchr)
! AC_REPLACE_FUNCS(memcpy memmove strdup strcasecmp strerror strncasecmp)
  
  # We want to recognize djgpp to avoid the useless warning about no
--- 71,78 ----
  AC_CHECK_FUNCS(bzero getcwd memset setvbuf sigaction sigprocmask \
                 sigsetmask strchr)
! AC_REPLACE_FUNCS(memcpy memmove strdup strerror)
! 
! # strcasecmp and strncasecmp, gnulib-style.
! gl_STRCASE
  
  # We want to recognize djgpp to avoid the useless warning about no



reply via email to

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