summaryrefslogtreecommitdiff
path: root/configfrag.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configfrag.ac')
-rw-r--r--configfrag.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configfrag.ac b/configfrag.ac
index 03ba7b3..68c78c4 100644
--- a/configfrag.ac
+++ b/configfrag.ac
@@ -135,3 +135,13 @@ AC_ARG_ENABLE([default-device-drivers],
[if [ x"$enable_default_device_drivers" != xno ]
then enable_default_device_drivers=yes
fi]
+
+#
+# Set up `SYSTYPE/SYSTYPE' and `SYSTYPE/include/mach/SYSTYPE' links.
+#
+
+# `${file}' and `$file' have different meanings here with respect to having the
+# files in the referenced directory considered for `make dist' or not. See
+# <http://lists.gnu.org/archive/html/bug-automake/2006-11/msg00027.html>.
+AC_CONFIG_LINKS([machine:$systype/$systype
+ mach/machine:$systype/include/mach/$systype])