Show
Ignore:
Timestamp:
03/23/08 21:01:24 (5 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1206302484 +0200
git-parent:

[6abf349d0ab414b10c31c8a5b1772bda356eb141]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1206302484 +0200
Message:

Switch to gettext 0.17

The whole point of keeping the m4 and po/Makefile.in.in is to not need
to have the same version all over the place anyway, otherwise we might
as well put all these files to .gitignore...

Remove some old m4 macros as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • m4/printf-posix.m4

    r1263062 r7bbc254  
    1 # printf-posix.m4 serial 2 (gettext-0.13.1
    2 dnl Copyright (C) 2003 Free Software Foundation, Inc. 
     1# printf-posix.m4 serial 3 (gettext-0.17
     2dnl Copyright (C) 2003, 2007 Free Software Foundation, Inc. 
    33dnl This file is free software; the Free Software Foundation 
    44dnl gives unlimited permission to copy and/or distribute it, 
     
    2929      [ 
    3030        AC_EGREP_CPP(notposix, [ 
    31 #if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 
     31#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 
    3232  notposix 
    3333#endif