byteswap.m4 505 B

123456789101112131415161718
  1. # byteswap.m4 serial 5
  2. dnl Copyright (C) 2005, 2007, 2009-2022 Free Software Foundation, Inc.
  3. dnl This file is free software; the Free Software Foundation
  4. dnl gives unlimited permission to copy and/or distribute it,
  5. dnl with or without modifications, as long as this notice is preserved.
  6. dnl Written by Oskar Liljeblad.
  7. AC_DEFUN([gl_BYTESWAP],
  8. [
  9. dnl Prerequisites of lib/byteswap.in.h.
  10. AC_CHECK_HEADERS([byteswap.h], [
  11. GL_GENERATE_BYTESWAP_H=false
  12. ], [
  13. GL_GENERATE_BYTESWAP_H=true
  14. ])
  15. ])