The R Project SVN R

Rev

Rev 49237 | Rev 69741 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49237 Rev 49949
Line 161... Line 161...
161
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
161
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
162
m4_define([_LT_ENABLE_SHARED],
162
m4_define([_LT_ENABLE_SHARED],
163
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
163
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
164
AC_ARG_ENABLE([shared],
164
AC_ARG_ENABLE([shared],
165
    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
165
    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
166
	[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
166
	[(libtool) build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
167
    [p=${PACKAGE-default}
167
    [p=${PACKAGE-default}
168
    case $enableval in
168
    case $enableval in
169
    yes) enable_shared=yes ;;
169
    yes) enable_shared=yes ;;
170
    no) enable_shared=no ;;
170
    no) enable_shared=no ;;
171
    *)
171
    *)
Line 215... Line 215...
215
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
215
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
216
m4_define([_LT_ENABLE_STATIC],
216
m4_define([_LT_ENABLE_STATIC],
217
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
217
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
218
AC_ARG_ENABLE([static],
218
AC_ARG_ENABLE([static],
219
    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
219
    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
220
	[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
220
	[(libtool) build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
221
    [p=${PACKAGE-default}
221
    [p=${PACKAGE-default}
222
    case $enableval in
222
    case $enableval in
223
    yes) enable_static=yes ;;
223
    yes) enable_static=yes ;;
224
    no) enable_static=no ;;
224
    no) enable_static=no ;;
225
    *)
225
    *)