Lines 1049-1054
Link Here
|
1049 |
Optional Packages: |
1049 |
Optional Packages: |
1050 |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1050 |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1051 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1051 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
|
|
1052 |
--with-med_int=<C type> Use <C type> for med_int |
1052 |
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
1053 |
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
1053 |
--with-pic try to use only PIC/non-PIC objects [default=use |
1054 |
--with-pic try to use only PIC/non-PIC objects [default=use |
1054 |
both] |
1055 |
both] |
Lines 4635-4640
Link Here
|
4635 |
|
4636 |
|
4636 |
|
4637 |
|
4637 |
|
4638 |
|
|
|
4639 |
## Guess where as med_int type is provided by --with-med_int option |
4640 |
## or auto-detection must be used |
4641 |
|
4642 |
|
4643 |
# Check whether --with-med_int was given. |
4644 |
if test "${with_med_int+set}" = set; then |
4645 |
withval=$with_med_int; |
4646 |
else |
4647 |
withval=no |
4648 |
fi |
4649 |
|
4650 |
|
4651 |
if test "x$withval" = "xno" |
4652 |
then |
4653 |
|
4638 |
## Guess the fortran int size |
4654 |
## Guess the fortran int size |
4639 |
|
4655 |
|
4640 |
|
4656 |
|
Lines 5718-5723
Link Here
|
5718 |
{ (exit 1); exit 1; }; } |
5734 |
{ (exit 1); exit 1; }; } |
5719 |
fi |
5735 |
fi |
5720 |
|
5736 |
|
|
|
5737 |
else |
5738 |
LONG_OR_INT="$withval" |
5739 |
{ echo "$as_me:$LINENO: Using type $withval for med_int" >&5 |
5740 |
echo "$as_me: Using type $withval for med_int" >&6;} |
5741 |
fi |
5721 |
|
5742 |
|
5722 |
|
5743 |
|
5723 |
## Check if user want to disable explicit error messages |
5744 |
## Check if user want to disable explicit error messages |