a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps AUTHORS,1.1.2.6,1.1.2.7 ChangeLog,1.4.2.29,1.4.2.30 configure.


From: Franck Lombardi <address@hidden>
Subject: CVS: a2ps AUTHORS,1.1.2.6,1.1.2.7 ChangeLog,1.4.2.29,1.4.2.30 configure.in,1.2.2.7,1.2.2.8
Date: Sat, 28 Dec 2002 08:48:05 -0500

Update of /cvsroot/a2ps/a2ps
In directory subversions:/tmp/cvs-serv5971

Modified Files:
      Tag: a2ps-4-1x
        AUTHORS ChangeLog configure.in 
Log Message:
* configure.in: Require Autoconf 2.57.
Run AC_CHECK_DECLS([sys_siglist]) instead of AC_DECL_SYS_SIGLIST.
* lib/signame.c: Require Autoconf 2.57.
Use HAVE_DECL_SYS_SIGLIST instead of SYS_SIGLIST_DECLARED.


Index: AUTHORS
===================================================================
RCS file: /cvsroot/a2ps/a2ps/AUTHORS,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -r1.1.2.6 -r1.1.2.7
*** AUTHORS     27 Dec 2002 21:54:55 -0000      1.1.2.6
--- AUTHORS     28 Dec 2002 13:48:03 -0000      1.1.2.7
***************
*** 54,57 ****
--- 54,58 ----
   * Markus Mottl (ocaml)
   * Nadine Richard (vrml) <address@hidden>
+  * Nicolas Tisserand (stratego) <address@hidden>
   * Paul Shum (objc) <address@hidden>
   * Peter Bartke (modula2) <address@hidden>

Index: ChangeLog
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ChangeLog,v
retrieving revision 1.4.2.29
retrieving revision 1.4.2.30
diff -C2 -r1.4.2.29 -r1.4.2.30
*** ChangeLog   27 Dec 2002 22:43:37 -0000      1.4.2.29
--- ChangeLog   28 Dec 2002 13:48:03 -0000      1.4.2.30
***************
*** 1,2 ****
--- 1,9 ----
+ 2002-12-28  Franck Lombardi  <address@hidden>
+ 
+       * configure.in: Require Autoconf 2.57.
+       Run AC_CHECK_DECLS([sys_siglist]) instead of AC_DECL_SYS_SIGLIST.
+       * lib/signame.c: Require Autoconf 2.57.
+       Use HAVE_DECL_SYS_SIGLIST instead of SYS_SIGLIST_DECLARED.
+ 
  2002-12-27  Lourme Alix / Axel  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -C2 -r1.2.2.7 -r1.2.2.8
*** configure.in        18 Sep 2002 10:04:21 -0000      1.2.2.7
--- configure.in        28 Dec 2002 13:48:03 -0000      1.2.2.8
***************
*** 1,3 ****
! AC_PREREQ(2.53c)
  AC_COPYRIGHT([Copyright (C) 2002 Akim Demaille, Miguel Santana])
  
--- 1,3 ----
! AC_PREREQ(2.57)
  AC_COPYRIGHT([Copyright (C) 2002 Akim Demaille, Miguel Santana])
  
***************
*** 101,105 ****
  
  # Checking for sys_siglist.  Stolen from gmake-3.77
! AC_DECL_SYS_SIGLIST
  AC_MSG_CHECKING(for sys_siglist)
  AC_CACHE_VAL(ac_cv_check_symbol_sys_siglist,
--- 101,111 ----
  
  # Checking for sys_siglist.  Stolen from gmake-3.77
! AC_CHECK_DECLS([sys_siglist],,,
! [#include <sys/types.h>
! #include <signal.h>
! /* NetBSD declares sys_siglist in unistd.h.  */
! #if HAVE_UNISTD_H
! # include <unistd.h>
! #endif])
  AC_MSG_CHECKING(for sys_siglist)
  AC_CACHE_VAL(ac_cv_check_symbol_sys_siglist,




reply via email to

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