# headers.m4 - Autoconf snippets to install links for header files. # Copyright 2004, 2008 Free Software Foundation, Inc. # Written by Marcus Brinkmann . # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # glibc allows for more complicated sysdep constructs, which are used, e.g., # for the case. We'll go for a simple solution for now. AC_CONFIG_LINKS([ include/atomic.h:platform/atomic.h include/bits/atomic.h:platform/${arch}/bits/atomic.h include/bits/wordsize.h:platform/${arch}/bits/wordsize.h include/compiler.h:platform/compiler.h include/endian.h:platform/endian.h include/bits/endian.h:platform/${arch}/bits/endian.h include/sys/io.h:platform/${arch}/sys/io.h ])