From 3c792f4898372fc5cddade2e7823d9c3068c976d Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Tue, 16 Jun 2015 11:44:49 -0400 Subject: [PATCH] Move some autotools files to where configure can find them. rogue5 uses config.guess and config.sub to find the canonical system names. The configure script expects them to be in the same directory as install-sh. So they have been relocated to the top level. This is a quick and dirty fix. The eventual plan is to relocate them to /dev/null. I also suspect they should be used to set HOST, not TARGET. Rogue is not a cross-compiler. --- rogue5/config.guess => config.guess | 0 rogue5/config.sub => config.sub | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename rogue5/config.guess => config.guess (100%) rename rogue5/config.sub => config.sub (100%) diff --git a/rogue5/config.guess b/config.guess similarity index 100% rename from rogue5/config.guess rename to config.guess diff --git a/rogue5/config.sub b/config.sub similarity index 100% rename from rogue5/config.sub rename to config.sub