a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/m4 Makefile.am,1.4,1.5 ulonglong.m4,1.1.1.1,1.2 inttypes_h.m4,


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/m4 Makefile.am,1.4,1.5 ulonglong.m4,1.1.1.1,1.2 inttypes_h.m4,1.1.1.1,NONE uintmax_t.m4,1.1.1.1,NONE
Date: Mon, 02 Sep 2002 08:39:35 -0400

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

Modified Files:
        Makefile.am ulonglong.m4 
Removed Files:
        inttypes_h.m4 uintmax_t.m4 
Log Message:
Remove from repo.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/m4/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.am 19 Jul 2002 12:10:14 -0000      1.4
--- Makefile.am 2 Sep 2002 12:39:33 -0000       1.5
***************
*** 1,5 ****
  ## Process this file with automake to produce Makefile.in -*-Makefile-*-
  
! EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 
isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4  \
  a2_psutils.m4 \
  atexit.m4 \
--- 1,5 ----
  ## Process this file with automake to produce Makefile.in -*-Makefile-*-
  
! EXTRA_DIST = inttypes.m4 inttypes_h.m4 inttypes-pri.m4 stdint_h.m4 
uintmax_t.m4  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 
inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 
lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4  \
  a2_psutils.m4 \
  atexit.m4 \

Index: ulonglong.m4
===================================================================
RCS file: /cvsroot/a2ps/a2ps/m4/ulonglong.m4,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** ulonglong.m4        4 Mar 2002 18:46:26 -0000       1.1.1.1
--- ulonglong.m4        2 Sep 2002 12:39:33 -0000       1.2
***************
*** 1,11 ****
! #serial 1
  
  dnl From Paul Eggert.
  
! AC_DEFUN(jm_AC_TYPE_UNSIGNED_LONG_LONG,
  [
    AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
!   [AC_TRY_COMPILE([],
!     [unsigned long long i = (unsigned long long) -1;],
      ac_cv_type_unsigned_long_long=yes,
      ac_cv_type_unsigned_long_long=no)])
--- 1,18 ----
! # ulonglong.m4 serial 2 (fileutils-4.0.32, gettext-0.10.40)
! dnl Copyright (C) 1999-2002 Free Software Foundation, Inc.
! dnl This file is free software, distributed under the terms of the GNU
! dnl General Public License.  As a special exception to the GNU General
! dnl Public License, this file may be distributed as part of a program
! dnl that contains a configuration script generated by Autoconf, under
! dnl the same distribution terms as the rest of that program.
  
  dnl From Paul Eggert.
  
! AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG],
  [
    AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
!   [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
!     [unsigned long long ullmax = (unsigned long long) -1;
!      return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
      ac_cv_type_unsigned_long_long=yes,
      ac_cv_type_unsigned_long_long=no)])

--- inttypes_h.m4 DELETED ---

--- uintmax_t.m4 DELETED ---





reply via email to

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