Fixing configure error outputs
This commit is contained in:
parent
aa9a8549ad
commit
5c1529d66d
13
src/configure
vendored
13
src/configure
vendored
|
@ -1374,6 +1374,7 @@ Optional Features:
|
||||||
--enable-userfw install Mac OS X frameworks to ~/Library/Frameworks
|
--enable-userfw install Mac OS X frameworks to ~/Library/Frameworks
|
||||||
--enable-macprefix allow --prefix with a Mac OS X install
|
--enable-macprefix allow --prefix with a Mac OS X install
|
||||||
--enable-mac64 do not force 32-bit build
|
--enable-mac64 do not force 32-bit build
|
||||||
|
--enable-multilib no op option to remove error
|
||||||
--enable-gc2-places-testing compile gc2 places tesging support
|
--enable-gc2-places-testing compile gc2 places tesging support
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
|
@ -2010,9 +2011,9 @@ if test "${enable_noopt+set}" = set; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-noopt was given.
|
# Check whether --enable-enable_sdk was given.
|
||||||
if test "${enable_noopt+set}" = set; then
|
if test "${enable_enable_sdk+set}" = set; then
|
||||||
enableval=$enable_noopt;
|
enableval=$enable_enable_sdk;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -2042,6 +2043,12 @@ if test "${enable_mac64+set}" = set; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Check whether --enable-multilib was given.
|
||||||
|
if test "${enable_multilib+set}" = set; then
|
||||||
|
enableval=$enable_multilib;
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-gc2_places_testing was given.
|
# Check whether --enable-gc2_places_testing was given.
|
||||||
if test "${enable_gc2_places_testing+set}" = set; then
|
if test "${enable_gc2_places_testing+set}" = set; then
|
||||||
enableval=$enable_gc2_places_testing;
|
enableval=$enable_gc2_places_testing;
|
||||||
|
|
|
@ -71,7 +71,7 @@ AC_ARG_ENABLE(gcov, [ --enable-gcov compile to gather gcov statist
|
||||||
|
|
||||||
AC_ARG_ENABLE(noopt, [ --enable-noopt drop -O C flags])
|
AC_ARG_ENABLE(noopt, [ --enable-noopt drop -O C flags])
|
||||||
|
|
||||||
AC_ARG_ENABLE(noopt, [ --enable-sdk=<path> use Mac OS X 10.4 SDK directory])
|
AC_ARG_ENABLE(enable_sdk, [ --enable-sdk=<path> use Mac OS X 10.4 SDK directory])
|
||||||
|
|
||||||
AC_ARG_ENABLE(xonx, [ --enable-xonx compile X11 (not Quartz) GRacket for Mac OS X])
|
AC_ARG_ENABLE(xonx, [ --enable-xonx compile X11 (not Quartz) GRacket for Mac OS X])
|
||||||
AC_ARG_ENABLE(libfw, [ --enable-libfw install Mac OS X frameworks to /Library/Frameworks])
|
AC_ARG_ENABLE(libfw, [ --enable-libfw install Mac OS X frameworks to /Library/Frameworks])
|
||||||
|
@ -79,6 +79,8 @@ AC_ARG_ENABLE(libfw, [ --enable-userfw install Mac OS X frameworks to
|
||||||
AC_ARG_ENABLE(macprefix, [ --enable-macprefix allow --prefix with a Mac OS X install])
|
AC_ARG_ENABLE(macprefix, [ --enable-macprefix allow --prefix with a Mac OS X install])
|
||||||
AC_ARG_ENABLE(mac64, [ --enable-mac64 do not force 32-bit build])
|
AC_ARG_ENABLE(mac64, [ --enable-mac64 do not force 32-bit build])
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(multilib, [ --enable-multilib no op option to remove error])
|
||||||
|
|
||||||
AC_ARG_ENABLE(gc2_places_testing, [ --enable-gc2-places-testing compile gc2 places tesging support])
|
AC_ARG_ENABLE(gc2_places_testing, [ --enable-gc2-places-testing compile gc2 places tesging support])
|
||||||
|
|
||||||
###### Get OS Type #######
|
###### Get OS Type #######
|
||||||
|
|
|
@ -137,6 +137,7 @@ build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
host = @host@
|
host = @host@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
|
|
|
@ -124,6 +124,7 @@ build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
host = @host@
|
host = @host@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
|
|
|
@ -161,6 +161,7 @@ build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
host = @host@
|
host = @host@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
|
|
|
@ -133,6 +133,7 @@ build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
host = @host@
|
host = @host@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
|
|
|
@ -143,6 +143,7 @@ build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
host = @host@
|
host = @host@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user