Changeset 126306281bcb5dbf58fc5c6c6e28d0caf08e6a50 for m4/printf-posix.m4
- Timestamp:
- 23/03/08 17:08:13 (8 months ago)
- git-parent:
- Files:
-
- m4/printf-posix.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
m4/printf-posix.m4
r974a399 r1263062 1 # printf-posix.m4 serial 3 (gettext-0.17)2 dnl Copyright (C) 2003 , 2007Free Software Foundation, Inc.1 # printf-posix.m4 serial 2 (gettext-0.13.1) 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. 3 3 dnl This file is free software; the Free Software Foundation 4 4 dnl gives unlimited permission to copy and/or distribute it, … … 29 29 [ 30 30 AC_EGREP_CPP(notposix, [ 31 #if defined __NetBSD__ || defined _ _BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__31 #if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 32 32 notposix 33 33 #endif
