a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps ChangeLog,1.4.2.9,1.4.2.10 Makefile.am,1.2.2.1,1.2.2.2 README-


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps ChangeLog,1.4.2.9,1.4.2.10 Makefile.am,1.2.2.1,1.2.2.2 README-cvs,1.1.2.2,1.1.2.3 configure.in,1.2.2.3,1.2.2.4
Date: Mon, 02 Sep 2002 08:36:02 -0400

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

Modified Files:
      Tag: a2ps-4-1x
        ChangeLog Makefile.am README-cvs configure.in 
Log Message:
Gettext 0.11.5.
* configure.in (AM_GNU_GETTEXT_VERSION): New macro, replacing
GETTEXT_VERSION var.
Bump version to 0.11.5.
(AM_GNU_GETTEXT): Use external gettext.
(AC_OUTPUT): Remove intl/Makefile.
(AC_CHECK_FUNCS): Add setlocale.
* Makefile.am (AUTOMAKE_OPTIONS): 1.6.3.
(SUBDIRS): Remove intl.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ChangeLog,v
retrieving revision 1.4.2.9
retrieving revision 1.4.2.10
diff -C2 -r1.4.2.9 -r1.4.2.10
*** ChangeLog   19 Jul 2002 12:07:27 -0000      1.4.2.9
--- ChangeLog   2 Sep 2002 12:36:00 -0000       1.4.2.10
***************
*** 1,2 ****
--- 1,15 ----
+ 2002-09-02  Akim Demaille  <address@hidden>
+ 
+       Gettext 0.11.5.
+ 
+       * configure.in (AM_GNU_GETTEXT_VERSION): New macro, replacing
+       GETTEXT_VERSION var.
+       Bump version to 0.11.5.
+       (AM_GNU_GETTEXT): Use external gettext.
+       (AC_OUTPUT): Remove intl/Makefile.
+       (AC_CHECK_FUNCS): Add setlocale.
+       * Makefile.am (AUTOMAKE_OPTIONS): 1.6.3.
+       (SUBDIRS): Remove intl.
+ 
  2002-07-19  Akim Demaille  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/Makefile.am,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** Makefile.am 19 Jul 2002 11:31:23 -0000      1.2.2.1
--- Makefile.am 2 Sep 2002 12:36:00 -0000       1.2.2.2
***************
*** 1,4 ****
  ## Top level Makefile for a2ps.
! ## Copyright (C) 1995-2000 Akim Demaille, Miguel Santana
  ##
  ## This program is free software; you can redistribute it and/or modify
--- 1,4 ----
  ## Top level Makefile for a2ps.
! ## Copyright (C) 1995-2000, 2002 Akim Demaille, Miguel Santana
  ##
  ## This program is free software; you can redistribute it and/or modify
***************
*** 17,25 ****
  
  ## Process this file with automake to produce Makefile.in
! AUTOMAKE_OPTIONS = check-news 1.6.2 dist-bzip2 readme-alpha
  
  ## Make sure to drop doc at the end: it causes may problems, so
  ## let's do the maximum before it
! SUBDIRS = auxdir m4 etc ps ogonkify intl \
        lib src po tests sheets encoding afm fonts ppd contrib doc man
  
--- 17,25 ----
  
  ## Process this file with automake to produce Makefile.in
! AUTOMAKE_OPTIONS = check-news 1.6.3 dist-bzip2 readme-alpha
  
  ## Make sure to drop doc at the end: it causes may problems, so
  ## let's do the maximum before it
! SUBDIRS = auxdir m4 etc ps ogonkify \
        lib src po tests sheets encoding afm fonts ppd contrib doc man
  

Index: README-cvs
===================================================================
RCS file: /cvsroot/a2ps/a2ps/README-cvs,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** README-cvs  19 Jul 2002 11:31:23 -0000      1.1.2.2
--- README-cvs  2 Sep 2002 12:36:00 -0000       1.1.2.3
***************
*** 4,11 ****
  tools we depend upon:
  
! - Automake 1.6.2
  - Autoconf 2.53b
    (ftp://sources.redhat.com/pub/automake/autoconf-2.53b.tar.gz)
! - Gettext 0.11.3
  
  Only building the initial full source tree will be a bit painful,
--- 4,13 ----
  tools we depend upon:
  
! - Automake 1.6.3
! 
  - Autoconf 2.53b
    (ftp://sources.redhat.com/pub/automake/autoconf-2.53b.tar.gz)
! 
! - Gettext 0.11.5
  
  Only building the initial full source tree will be a bit painful,

Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** configure.in        19 Jul 2002 11:31:23 -0000      1.2.2.3
--- configure.in        2 Sep 2002 12:36:00 -0000       1.2.2.4
***************
*** 6,10 ****
  ## ---------------- ##
  
! AC_INIT(GNU a2ps, 4.13c, address@hidden)
  AC_CONFIG_AUX_DIR(auxdir)
  
--- 6,10 ----
  ## ---------------- ##
  
! AC_INIT([GNU a2ps], [4.13c], address@hidden)
  AC_CONFIG_AUX_DIR(auxdir)
  
***************
*** 130,134 ****
  ad_REPLACE_FUNC_STRNCASECMP
  ad_REPLACE_FUNC_RENAME
! AC_CHECK_FUNCS(uname strchr strerror strerror_r getcwd bcopy bzero tempnam 
strsignal psignal)
  ad_FUNC_SYSTEMPAPERNAME
  ad_FUNC_ATEXIT
--- 130,134 ----
  ad_REPLACE_FUNC_STRNCASECMP
  ad_REPLACE_FUNC_RENAME
! AC_CHECK_FUNCS(uname strchr strerror strerror_r getcwd bcopy bzero tempnam 
strsignal psignal setlocale)
  ad_FUNC_SYSTEMPAPERNAME
  ad_FUNC_ATEXIT
***************
*** 157,162 ****
  
  # Internationalization.
! AM_GNU_GETTEXT_VERSION([0.11.3])
! AM_GNU_GETTEXT(, need-ngettext)
  
  # Save the cache
--- 157,162 ----
  
  # Internationalization.
! AM_GNU_GETTEXT_VERSION(0.11.5)
! AM_GNU_GETTEXT(external, need-ngettext)
  
  # Save the cache
***************
*** 366,370 ****
    m4/Makefile
    etc/Makefile etc/a2ps_cfg etc/a2ps-site.cfg
!   intl/Makefile po/Makefile.in
    sheets/Makefile
    encoding/Makefile
--- 366,370 ----
    m4/Makefile
    etc/Makefile etc/a2ps_cfg etc/a2ps-site.cfg
!   po/Makefile.in
    sheets/Makefile
    encoding/Makefile





reply via email to

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