Updated Unix config.{guess,sub} which know about Darwin means that

we can use them instead of looking for the OS X installed versions.
This commit is contained in:
nigel 2003-08-02 08:19:48 +00:00
parent ff841e7ea3
commit 74b3b4b669
2 changed files with 5 additions and 22 deletions

View File

@ -4,31 +4,14 @@
#
# Run this to generate all the initial makefiles, etc.
#
# Note that we actually don't need a config.guess
# We could instead do something like:
# ./configure --build=powerpc-apple-darwin6.1
#
if [ -e /usr/libexec/config.guess ]
then
#
# MacOS X 10.1
#
ln -sf /usr/libexec/config.guess .
ln -sf /usr/libexec/config.sub .
else
#
# MacOS X 10.2 (and later?)
#
ln -sf /usr/share/libtool/config.guess .
ln -sf /usr/share/libtool/config.sub .
fi
ln -sf ../Unix/config.guess .
ln -sf ../Unix/config.sub .
ln -sf ../Unix/sys_unix.cpp .
ln -sf ../Unix/timer_unix.cpp .
ln -sf ../Unix/user_strings_unix.h .
ln -sf ../Unix/install-sh .
cp -pr ../../README README.txt
cp -pr ../../INSTALL INSTALL.txt
cp -pr ../../README README.txt
#
# This is how I generated the button images:

View File

@ -24,7 +24,7 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
cpuemu5.cpp cpuemu6.cpp cpuemu7.cpp cpuemu8.cpp
# Symlinks to files in other directories
GENLINK = README.txt install-sh \
GENLINK = README.txt INSTALL.txt install-sh \
config.guess config.sub \
sys_unix.cpp timer_unix.cpp user_strings_unix.h