X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fbyteswap.m4;h=f3b7ec97d0724dc678d8b27b73cb3f95ac42d3dc;hb=6b168421262adda71eed4cca137c34c1a9d6b981;hp=a033acd8da877d35e3d6ae446ed704aa133c0551;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/byteswap.m4 b/m4/byteswap.m4 index a033acd8d..f3b7ec97d 100644 --- a/m4/byteswap.m4 +++ b/m4/byteswap.m4 @@ -1,5 +1,5 @@ -# byteswap.m4 serial 3 -dnl Copyright (C) 2005, 2007, 2009-2011 Free Software Foundation, Inc. +# byteswap.m4 serial 4 +dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -15,4 +15,5 @@ AC_DEFUN([gl_BYTESWAP], BYTESWAP_H='byteswap.h' ]) AC_SUBST([BYTESWAP_H]) + AM_CONDITIONAL([GL_GENERATE_BYTESWAP_H], [test -n "$BYTESWAP_H"]) ])