Lines 3941-3955
if test -z "$GUILE_CFLAGS" -a -z "$GUILE_LDFLAGS"; then
Link Here
|
3941 |
## First, let's just see if we can find Guile at all. |
3941 |
## First, let's just see if we can find Guile at all. |
3942 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Guile" >&5 |
3942 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Guile" >&5 |
3943 |
$as_echo_n "checking for Guile... " >&6; } |
3943 |
$as_echo_n "checking for Guile... " >&6; } |
3944 |
guile-config link > /dev/null || { |
3944 |
guile-config-1.8 link > /dev/null || { |
3945 |
echo "configure: cannot find guile-config; is Guile installed?" 1>&2 |
3945 |
echo "configure: cannot find guile-config-1.8; is Guile installed?" 1>&2 |
3946 |
exit 1 |
3946 |
exit 1 |
3947 |
} |
3947 |
} |
3948 |
GUILE_ORIGINAL_CFLAGS="`guile-config compile`" |
3948 |
GUILE_ORIGINAL_CFLAGS="`guile-config-1.8 compile`" |
3949 |
GUILE_CFLAGS="$GUILE_ORIGINAL_CFLAGS" |
3949 |
GUILE_CFLAGS="$GUILE_ORIGINAL_CFLAGS" |
3950 |
GUILE_VARIANT_CFLAGS="$GUILE_ORIGINAL_CFLAGS $GUILE_ORIGINAL_CFLAGS/guile $GUILE_ORIGINAL_CFLAGS/libguile" |
3950 |
GUILE_VARIANT_CFLAGS="$GUILE_ORIGINAL_CFLAGS $GUILE_ORIGINAL_CFLAGS/guile $GUILE_ORIGINAL_CFLAGS/libguile" |
3951 |
GUILE_LDFLAGS="`guile-config link`" |
3951 |
GUILE_LDFLAGS="`guile-config-1.8 link`" |
3952 |
GUILE_VARIANT_LDFLAGS="-L`guile-config info libdir` -lguile -lreadline -ltermcap" |
3952 |
GUILE_VARIANT_LDFLAGS="-L`guile-config-1.8 info libdir` -lguile -lreadline -ltermcap" |
3953 |
|
3953 |
|
3954 |
|
3954 |
|
3955 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3955 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
Lines 3966-3972
$as_echo "$GUILE_VERSION" >&6; }
Link Here
|
3966 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking guile data path" >&5 |
3966 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking guile data path" >&5 |
3967 |
$as_echo_n "checking guile data path... " >&6; } |
3967 |
$as_echo_n "checking guile data path... " >&6; } |
3968 |
if test -z "$GUILE_DATA_PATH" ; then |
3968 |
if test -z "$GUILE_DATA_PATH" ; then |
3969 |
GUILE_DATA_PATH=`guile-config info pkgdatadir` |
3969 |
GUILE_DATA_PATH=`guile-config-1.8 info pkgdatadir` |
3970 |
fi |
3970 |
fi |
3971 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_DATA_PATH" >&5 |
3971 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_DATA_PATH" >&5 |
3972 |
$as_echo "$GUILE_DATA_PATH" >&6; } |
3972 |
$as_echo "$GUILE_DATA_PATH" >&6; } |
Lines 6139-6145
fi
Link Here
|
6139 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ... arguments behave correctly" >&5 |
6139 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ... arguments behave correctly" >&5 |
6140 |
$as_echo_n "checking whether ... arguments behave correctly... " >&6; } |
6140 |
$as_echo_n "checking whether ... arguments behave correctly... " >&6; } |
6141 |
if test -z "$GUILE_CFLAGS"; then |
6141 |
if test -z "$GUILE_CFLAGS"; then |
6142 |
CXXFLAGS="`guile-config compile`" |
6142 |
CXXFLAGS="`guile-config-1.8 compile`" |
6143 |
else |
6143 |
else |
6144 |
CXXFLAGS="$GUILE_CFLAGS" |
6144 |
CXXFLAGS="$GUILE_CFLAGS" |
6145 |
fi |
6145 |
fi |
Lines 6181-6187
CXXFLAGS=""
Link Here
|
6181 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the size_t of guile strings" >&5 |
6181 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the size_t of guile strings" >&5 |
6182 |
$as_echo_n "checking the size_t of guile strings... " >&6; } |
6182 |
$as_echo_n "checking the size_t of guile strings... " >&6; } |
6183 |
if test -z "$GUILE_CFLAGS"; then |
6183 |
if test -z "$GUILE_CFLAGS"; then |
6184 |
CXXFLAGS="`guile-config compile`" |
6184 |
CXXFLAGS="`guile-config-1.8 compile`" |
6185 |
else |
6185 |
else |
6186 |
CXXFLAGS="$GUILE_CFLAGS" |
6186 |
CXXFLAGS="$GUILE_CFLAGS" |
6187 |
fi |
6187 |
fi |