summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-01 00:34:42 +0000
committerRoland McGrath <roland@gnu.org>1999-05-01 00:34:42 +0000
commit62b8bd9f6de37522ed994248e8fd05f6d76604a3 (patch)
tree3fa9f484cdb6fc9a2e41936e94634bfef92d418a /configure.in
parentdf0e0d6d2222403818771e93a02c52b97783bf86 (diff)
1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
* i386/linux/Drivers.in: Don't create asm-${systype} symlinks here. * linux/configure.in: New file. Create them here instead. * linux/dummy.in: New file, used by configure. * linux/configure: New file (generated by autoconf). * configure.in: Configure in linux subdir. * configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ae08b1b..b018b3e 100644
--- a/configure.in
+++ b/configure.in
@@ -72,6 +72,6 @@ AC_LINK_FILES(${systype}/${systype},machine)
# Do machine-specific configuration last so that it can override anything
# set above if necessary.
-AC_CONFIG_SUBDIRS(${systype})
+AC_CONFIG_SUBDIRS(linux ${systype})
AC_OUTPUT(Makefile)