8965
8988
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8966
8989
-dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8968
if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8991
# If there is a non-empty error log, and "single_module"
8992
# appears in it, assume the flag caused a linker warning
8993
if test -s conftest.err && $GREP single_module conftest.err; then
8994
cat conftest.err >&5
8995
# Otherwise, if the output was created with a 0 exit code from
8996
# the compiler, it worked.
8997
elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8969
8998
lt_cv_apple_cc_single_mod=yes
8971
9000
cat conftest.err >&5
9797
9847
case `$CC -V 2>&1 | sed 5q` in
9798
*Sun\ F* | *Sun*Fortran*)
9848
*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
9799
9849
# Sun Fortran 8.3 passes all unrecognized flags to the linker
9800
9850
lt_prog_compiler_pic='-KPIC'
9801
9851
lt_prog_compiler_static='-Bstatic'
9802
9852
lt_prog_compiler_wl=''
9854
*Sun\ F* | *Sun*Fortran*)
9855
lt_prog_compiler_pic='-KPIC'
9856
lt_prog_compiler_static='-Bstatic'
9857
lt_prog_compiler_wl='-Qoption ld '
9806
9861
lt_prog_compiler_pic='-KPIC'
9807
9862
lt_prog_compiler_static='-Bstatic'
9808
9863
lt_prog_compiler_wl='-Wl,'
9865
*Intel*\ [CF]*Compiler*)
9866
lt_prog_compiler_wl='-Wl,'
9867
lt_prog_compiler_pic='-fPIC'
9868
lt_prog_compiler_static='-static'
9871
lt_prog_compiler_wl='-Wl,'
9872
lt_prog_compiler_pic='-fpic'
9873
lt_prog_compiler_static='-Bstatic'
14166
14219
# Put the nasty error message in config.log where it belongs
14167
14220
echo "$LIBEDIT_PKG_ERRORS" >&5
14169
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libedit not found, disabling libedit support" >&5
14222
for ac_header in readline/readline.h
14224
ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default"
14225
if test "x$ac_cv_header_readline_readline_h" = xyes; then :
14226
cat >>confdefs.h <<_ACEOF
14227
#define HAVE_READLINE_READLINE_H 1
14234
for ac_header in edit/readline/readline.h
14236
ac_fn_c_check_header_mongrel "$LINENO" "edit/readline/readline.h" "ac_cv_header_edit_readline_readline_h" "$ac_includes_default"
14237
if test "x$ac_cv_header_edit_readline_readline_h" = xyes; then :
14238
cat >>confdefs.h <<_ACEOF
14239
#define HAVE_EDIT_READLINE_READLINE_H 1
14246
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5
14247
$as_echo_n "checking for el_init in -ledit... " >&6; }
14248
if ${ac_cv_lib_edit_el_init+:} false; then :
14249
$as_echo_n "(cached) " >&6
14251
ac_check_lib_save_LIBS=$LIBS
14252
LIBS="-ledit ${CURSES_LIBS} $LIBS"
14253
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14254
/* end confdefs.h. */
14256
/* Override any GCC internal prototype to avoid an error.
14257
Use char because int might match the return type of a GCC
14258
builtin and then its argument prototype would still apply. */
14271
if ac_fn_c_try_link "$LINENO"; then :
14272
ac_cv_lib_edit_el_init=yes
14274
ac_cv_lib_edit_el_init=no
14276
rm -f core conftest.err conftest.$ac_objext \
14277
conftest$ac_exeext conftest.$ac_ext
14278
LIBS=$ac_check_lib_save_LIBS
14280
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_edit_el_init" >&5
14281
$as_echo "$ac_cv_lib_edit_el_init" >&6; }
14282
if test "x$ac_cv_lib_edit_el_init" = xyes; then :
14284
$as_echo "#define HAVE_LIBEDIT 1" >>confdefs.h
14287
LIBEDIT_LIBS="-ledit ${CURSES_LIBS}"
14290
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libedit not found, disabling libedit support" >&5
14170
14291
$as_echo "$as_me: WARNING: libedit not found, disabling libedit support" >&2;}
14171
14294
elif test $pkg_failed = untried; then
14172
14295
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14173
14296
$as_echo "no" >&6; }
14174
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libedit not found, disabling libedit support" >&5
14297
for ac_header in readline/readline.h
14299
ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default"
14300
if test "x$ac_cv_header_readline_readline_h" = xyes; then :
14301
cat >>confdefs.h <<_ACEOF
14302
#define HAVE_READLINE_READLINE_H 1
14309
for ac_header in edit/readline/readline.h
14311
ac_fn_c_check_header_mongrel "$LINENO" "edit/readline/readline.h" "ac_cv_header_edit_readline_readline_h" "$ac_includes_default"
14312
if test "x$ac_cv_header_edit_readline_readline_h" = xyes; then :
14313
cat >>confdefs.h <<_ACEOF
14314
#define HAVE_EDIT_READLINE_READLINE_H 1
14321
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_init in -ledit" >&5
14322
$as_echo_n "checking for el_init in -ledit... " >&6; }
14323
if ${ac_cv_lib_edit_el_init+:} false; then :
14324
$as_echo_n "(cached) " >&6
14326
ac_check_lib_save_LIBS=$LIBS
14327
LIBS="-ledit ${CURSES_LIBS} $LIBS"
14328
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14329
/* end confdefs.h. */
14331
/* Override any GCC internal prototype to avoid an error.
14332
Use char because int might match the return type of a GCC
14333
builtin and then its argument prototype would still apply. */
14346
if ac_fn_c_try_link "$LINENO"; then :
14347
ac_cv_lib_edit_el_init=yes
14349
ac_cv_lib_edit_el_init=no
14351
rm -f core conftest.err conftest.$ac_objext \
14352
conftest$ac_exeext conftest.$ac_ext
14353
LIBS=$ac_check_lib_save_LIBS
14355
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_edit_el_init" >&5
14356
$as_echo "$ac_cv_lib_edit_el_init" >&6; }
14357
if test "x$ac_cv_lib_edit_el_init" = xyes; then :
14359
$as_echo "#define HAVE_LIBEDIT 1" >>confdefs.h
14362
LIBEDIT_LIBS="-ledit ${CURSES_LIBS}"
14365
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libedit not found, disabling libedit support" >&5
14175
14366
$as_echo "$as_me: WARNING: libedit not found, disabling libedit support" >&2;}
14177
14370
LIBEDIT_CFLAGS=$pkg_cv_LIBEDIT_CFLAGS
14178
14371
LIBEDIT_LIBS=$pkg_cv_LIBEDIT_LIBS
17785
17962
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17787
17964
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17788
# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
17965
# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
17790
17967
# Written by Gordon Matzigkeit, 1996
17792
17969
# This file is part of GNU Libtool.