diff options
Diffstat (limited to 'platform/headers.m4')
-rw-r--r-- | platform/headers.m4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/headers.m4 b/platform/headers.m4 new file mode 100644 index 0000000..5181ab2 --- /dev/null +++ b/platform/headers.m4 @@ -0,0 +1,16 @@ +# headers.m4 - Autoconf snippets to install links for header files. +# Copyright 2004 Free Software Foundation, Inc. +# Written by Marcus Brinkmann <marcus@gnu.org>. +# +# 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. + +AC_CONFIG_LINKS([ + include/atomic.h:platform/atomic.h + include/bits/atomic.h:platform/${arch}/bits/atomic.h +]) |