a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/m4 Makefile.am,1.1.1.1.2.1,1.1.1.1.2.2 file.m4,1.1.1.1,1.1.1.1


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/m4 Makefile.am,1.1.1.1.2.1,1.1.1.1.2.2 file.m4,1.1.1.1,1.1.1.1.2.1 c-bs-a.m4,1.1.1.1,NONE
Date: Fri, 19 Jul 2002 07:31:25 -0400

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

Modified Files:
      Tag: a2ps-4-1x
        Makefile.am file.m4 
Removed Files:
      Tag: a2ps-4-1x
        c-bs-a.m4 
Log Message:
* m4/file.m4: Pass -f to rm.
* configure.in: Require Gettext 0.11.3 and Autoconf 2.53b.
Run AM_INIT_AUTOMAKE before AC_CONFIG_HEADERS.
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.6.2.
* bootstrap: Fix `contrib' setup.
* m4/gettext-version.m4: New, to work around a Gettext 0.11.3 bug.
* m4/c-bs-a.m4: Remove, now in Autoconf.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/m4/Makefile.am,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** Makefile.am 25 Mar 2002 17:09:15 -0000      1.1.1.1.2.1
--- Makefile.am 19 Jul 2002 11:31:23 -0000      1.1.1.1.2.2
***************
*** 4,8 ****
  a2_psutils.m4 \
  atexit.m4 \
- c-bs-a.m4 \
  file.m4 \
  fp_echo.m4 \
--- 4,7 ----
***************
*** 26,28 ****
  ulonglong.m4 \
  winsz.m4 \
! xstrtoumax.m4
--- 25,28 ----
  ulonglong.m4 \
  winsz.m4 \
! xstrtoumax.m4 \
! gettext-version.m4

Index: file.m4
===================================================================
RCS file: /cvsroot/a2ps/a2ps/m4/file.m4,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** file.m4     4 Mar 2002 18:46:25 -0000       1.1.1.1
--- file.m4     19 Jul 2002 11:31:23 -0000      1.1.1.1.2.1
***************
*** 1,14 ****
! ## --------------------------------------------------------- ##
! ## Find where is `file' and what is the option for it to     ##
! ## follow the links. If no way, use a plain `file'           ##
! ##                           address@hidden            ##
! ## --------------------------------------------------------- ##
  
! # serial 4
  
  dnl This is a test to know what is the correct way to get
  dnl file following the links
  dnl I hope it is robust, but I'm a novice :) Akim Demaille
! AC_DEFUN(ad_PROG_FILE_LINK,
    [AC_PATH_PROG(file_prog, file)dnl
     AC_MSG_CHECKING(for the option for file to follow the links)
--- 1,30 ----
! # -*- Autoconf -*-
! # Find where is `file' and what is the option for it to follow the
! # links. If no way, use a plain `file'.
! #
! # Copyright (C) 1995-2000, 2002 Free Software Foundation, Inc.
! #
! # This program is free software; you can redistribute it and/or modify
! # it under the terms of the GNU General Public License as published by
! # the Free Software Foundation; either version 2 of the License, or
! # (at your option) any later version.
! #
! # This program is distributed in the hope that it will be useful,
! # but WITHOUT ANY WARRANTY; without even the implied warranty of
! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
! # GNU General Public License for more details.
! #
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
! # 02111-1307  USA
  
! # Written by Akim Demaille <address@hidden>
! # serial 5
  
  dnl This is a test to know what is the correct way to get
  dnl file following the links
  dnl I hope it is robust, but I'm a novice :) Akim Demaille
! AC_DEFUN([ad_PROG_FILE_LINK],
    [AC_PATH_PROG(file_prog, file)dnl
     AC_MSG_CHECKING(for the option for file to follow the links)
***************
*** 24,28 ****
         esac
       done
!      rm conftestfile conftestfile1
       if test "X$ac_cv_prog_file_link_option" = X; then
          ac_cv_prog_file_link_option="no";
--- 40,44 ----
         esac
       done
!      rm -f conftestfile conftestfile1
       if test "X$ac_cv_prog_file_link_option" = X; then
          ac_cv_prog_file_link_option="no";

--- c-bs-a.m4 DELETED ---




reply via email to

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