a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps ChangeLog,1.16,1.17 Makefile.am,1.5,1.6 README-cvs,1.3,1.4 con


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps ChangeLog,1.16,1.17 Makefile.am,1.5,1.6 README-cvs,1.3,1.4 configure.in,1.5,1.6
Date: Mon, 02 Sep 2002 08:46:40 -0400

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

Modified Files:
        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.
(SUBDIRS): Remove intl.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** ChangeLog   19 Jul 2002 12:10:14 -0000      1.16
--- ChangeLog   2 Sep 2002 12:46:37 -0000       1.17
***************
*** 1,2 ****
--- 1,14 ----
+ 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.
+       (SUBDIRS): Remove intl.
+ 
  2002-07-19  Akim Demaille  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.am 19 Jul 2002 11:49:05 -0000      1.5
--- Makefile.am 2 Sep 2002 12:46:37 -0000       1.6
***************
*** 1,4 ****
  ## Top level Makefile for a2ps.
! ## Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2002
  ## Akim Demaille, Miguel Santana
  ##
--- 1,4 ----
  ## Top level Makefile for a2ps.
! ## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002
  ## Akim Demaille, Miguel Santana
  ##
***************
*** 18,26 ****
  
  ## 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
  
--- 18,26 ----
  
  ## 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.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** README-cvs  19 Jul 2002 11:49:05 -0000      1.3
--- README-cvs  2 Sep 2002 12:46:37 -0000       1.4
***************
*** 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.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** configure.in        19 Jul 2002 11:49:05 -0000      1.5
--- configure.in        2 Sep 2002 12:46:37 -0000       1.6
***************
*** 4,8 ****
  
  AC_PREREQ(2.53b)
! AC_INIT(GNU a2ps, 4.49a, address@hidden)
  
  AC_CONFIG_AUX_DIR(auxdir)
--- 4,8 ----
  
  AC_PREREQ(2.53b)
! AC_INIT([GNU a2ps], [4.49a], address@hidden)
  
  AC_CONFIG_AUX_DIR(auxdir)
***************
*** 129,133 ****
  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
--- 129,133 ----
  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
***************
*** 156,161 ****
  
  # Internationalization.
! AM_GNU_GETTEXT_VERSION([0.11.3])
! AM_GNU_GETTEXT(, need-ngettext)
  
  # Save the cache
--- 156,161 ----
  
  # Internationalization.
! AM_GNU_GETTEXT_VERSION(0.11.5)
! AM_GNU_GETTEXT(external, need-ngettext)
  
  # Save the cache
***************
*** 371,375 ****
    m4/Makefile
    etc/Makefile etc/a2ps_cfg etc/a2ps-site.cfg
!   intl/Makefile po/Makefile.in
    sheets/Makefile
    encoding/Makefile
--- 371,375 ----
    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]