a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps AUTHORS,1.6,1.7 ChangeLog,1.36,1.37 configure.in,1.8,1.9


From: Franck Lombardi <address@hidden>
Subject: CVS: a2ps AUTHORS,1.6,1.7 ChangeLog,1.36,1.37 configure.in,1.8,1.9
Date: Sat, 28 Dec 2002 08:47:07 -0500

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

Modified Files:
        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.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** AUTHORS     27 Dec 2002 21:55:26 -0000      1.6
--- AUTHORS     28 Dec 2002 13:47:02 -0000      1.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.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** ChangeLog   27 Dec 2002 22:53:22 -0000      1.36
--- ChangeLog   28 Dec 2002 13:47:03 -0000      1.37
***************
*** 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.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** configure.in        18 Sep 2002 10:04:39 -0000      1.8
--- configure.in        28 Dec 2002 13:47:03 -0000      1.9
***************
*** 4,8 ****
  ## ---------------- ##
  
! AC_PREREQ(2.53c)
  AC_INIT([GNU a2ps], [4.49a], address@hidden)
  AC_COPYRIGHT([Copyright (C) 2002 Akim Demaille, Miguel Santana])
--- 4,8 ----
  ## ---------------- ##
  
! AC_PREREQ(2.57)
  AC_INIT([GNU a2ps], [4.49a], address@hidden)
  AC_COPYRIGHT([Copyright (C) 2002 Akim Demaille, Miguel Santana])
***************
*** 102,106 ****
  
  # 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,
--- 102,112 ----
  
  # 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]