X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fbyteswap.m4;h=2afd6a2a4e184124838704bbcc0efa23083e7334;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=e71c80268a901bdd86bee5034d07aeccd9b3c3a7;hpb=96d9f279d68fdc532332883da116c9ce89bf47b5;p=gnulib.git diff --git a/m4/byteswap.m4 b/m4/byteswap.m4 index e71c80268..2afd6a2a4 100644 --- a/m4/byteswap.m4 +++ b/m4/byteswap.m4 @@ -1,5 +1,5 @@ -# byteswap.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +# byteswap.m4 serial 3 +dnl Copyright (C) 2005, 2007, 2009, 2010 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. @@ -8,11 +8,11 @@ dnl Written by Oskar Liljeblad. AC_DEFUN([gl_BYTESWAP], [ - dnl Prerequisites of lib/byteswap_.h. + dnl Prerequisites of lib/byteswap.in.h. AC_CHECK_HEADERS([byteswap.h], [ BYTESWAP_H='' ], [ BYTESWAP_H='byteswap.h' ]) - AC_SUBST(BYTESWAP_H) + AC_SUBST([BYTESWAP_H]) ])