1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(compver): Don't hardcode processor type.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-04-09 09:18:16 +00:00
parent af71f3ce48
commit 89c2879012

View File

@ -325,7 +325,7 @@ if test "$with_app" == "yes"; then
fi
fi
compver=powerpc-apple-darwin`uname -r`
compver=`uname -p`-apple-darwin`uname -r`
if test "$self_contained" = "yes"; then
# Move shared files down to Resources directory