Rebuild configure from new configure.in.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@21 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
117
configure
vendored
117
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 1.7 .
|
# From configure.in Revision: 20 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.53.
|
# Generated by GNU Autoconf 2.53.
|
||||||
#
|
#
|
||||||
@@ -2709,6 +2709,51 @@ fi
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking whether compiler understands -fno-strict-aliasing" >&5
|
||||||
|
echo $ECHO_N "checking whether compiler understands -fno-strict-aliasing... $ECHO_C" >&6
|
||||||
|
old_CFLAGS="$CFLAGS"
|
||||||
|
CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||||
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
#line $LINENO "configure"
|
||||||
|
#include "confdefs.h"
|
||||||
|
|
||||||
|
#ifdef F77_DUMMY_MAIN
|
||||||
|
# ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
# endif
|
||||||
|
int F77_DUMMY_MAIN() { return 1; }
|
||||||
|
#endif
|
||||||
|
int
|
||||||
|
main ()
|
||||||
|
{
|
||||||
|
|
||||||
|
;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
_ACEOF
|
||||||
|
rm -f conftest.$ac_objext
|
||||||
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
|
(eval $ac_compile) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); } &&
|
||||||
|
{ ac_try='test -s conftest.$ac_objext'
|
||||||
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
|
(eval $ac_try) 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
|
(exit $ac_status); }; }; then
|
||||||
|
echo "$as_me:$LINENO: result: yes" >&5
|
||||||
|
echo "${ECHO_T}yes" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me: failed program was:" >&5
|
||||||
|
cat conftest.$ac_ext >&5
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
CFLAGS="$old_CFLAGS"
|
||||||
|
fi
|
||||||
|
rm -f conftest.$ac_objext conftest.$ac_ext
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
|
echo "$as_me:$LINENO: checking for getpwnam in -lsun" >&5
|
||||||
echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
|
echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" >&6
|
||||||
if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
|
if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
|
||||||
@@ -10880,23 +10925,27 @@ _ACEOF
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
if test x"$termcap" = x"1"; then
|
if test x"$termcap" = x"1"; then
|
||||||
if test "${ac_cv_header_termcap_h+set}" = set; then
|
|
||||||
echo "$as_me:$LINENO: checking for termcap.h" >&5
|
for ac_header in termcap.h
|
||||||
echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6
|
do
|
||||||
if test "${ac_cv_header_termcap_h+set}" = set; then
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
||||||
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
||||||
echo "${ECHO_T}$ac_cv_header_termcap_h" >&6
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
||||||
else
|
else
|
||||||
# Is the header compilable?
|
# Is the header compilable?
|
||||||
echo "$as_me:$LINENO: checking termcap.h usability" >&5
|
echo "$as_me:$LINENO: checking $ac_header usability" >&5
|
||||||
echo $ECHO_N "checking termcap.h usability... $ECHO_C" >&6
|
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
#line $LINENO "configure"
|
#line $LINENO "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
$ac_includes_default
|
$ac_includes_default
|
||||||
#include <termcap.h>
|
#include <$ac_header>
|
||||||
_ACEOF
|
_ACEOF
|
||||||
rm -f conftest.$ac_objext
|
rm -f conftest.$ac_objext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
@@ -10921,12 +10970,12 @@ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
|
|||||||
echo "${ECHO_T}$ac_header_compiler" >&6
|
echo "${ECHO_T}$ac_header_compiler" >&6
|
||||||
|
|
||||||
# Is the header present?
|
# Is the header present?
|
||||||
echo "$as_me:$LINENO: checking termcap.h presence" >&5
|
echo "$as_me:$LINENO: checking $ac_header presence" >&5
|
||||||
echo $ECHO_N "checking termcap.h presence... $ECHO_C" >&6
|
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
#line $LINENO "configure"
|
#line $LINENO "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <termcap.h>
|
#include <$ac_header>
|
||||||
_ACEOF
|
_ACEOF
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
||||||
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|
||||||
@@ -10958,30 +11007,37 @@ echo "${ECHO_T}$ac_header_preproc" >&6
|
|||||||
# So? What about this header?
|
# So? What about this header?
|
||||||
case $ac_header_compiler:$ac_header_preproc in
|
case $ac_header_compiler:$ac_header_preproc in
|
||||||
yes:no )
|
yes:no )
|
||||||
{ echo "$as_me:$LINENO: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&5
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
|
||||||
echo "$as_me: WARNING: termcap.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
|
||||||
{ echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the preprocessor's result" >&5
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
||||||
echo "$as_me: WARNING: termcap.h: proceeding with the preprocessor's result" >&2;};;
|
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
|
||||||
no:yes )
|
no:yes )
|
||||||
{ echo "$as_me:$LINENO: WARNING: termcap.h: present but cannot be compiled" >&5
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
|
||||||
echo "$as_me: WARNING: termcap.h: present but cannot be compiled" >&2;}
|
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
|
||||||
{ echo "$as_me:$LINENO: WARNING: termcap.h: check for missing prerequisite headers?" >&5
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
|
||||||
echo "$as_me: WARNING: termcap.h: check for missing prerequisite headers?" >&2;}
|
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
|
||||||
{ echo "$as_me:$LINENO: WARNING: termcap.h: proceeding with the preprocessor's result" >&5
|
{ echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
|
||||||
echo "$as_me: WARNING: termcap.h: proceeding with the preprocessor's result" >&2;};;
|
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;
|
||||||
esac
|
esac
|
||||||
echo "$as_me:$LINENO: checking for termcap.h" >&5
|
echo "$as_me:$LINENO: checking for $ac_header" >&5
|
||||||
echo $ECHO_N "checking for termcap.h... $ECHO_C" >&6
|
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
|
||||||
if test "${ac_cv_header_termcap_h+set}" = set; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
ac_cv_header_termcap_h=$ac_header_preproc
|
eval "$as_ac_Header=$ac_header_preproc"
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_header_termcap_h" >&5
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
|
||||||
echo "${ECHO_T}$ac_cv_header_termcap_h" >&6
|
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
|
||||||
|
|
||||||
|
fi
|
||||||
|
if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for tparm in termcap.h" >&5
|
echo "$as_me:$LINENO: checking for tparm in termcap.h" >&5
|
||||||
@@ -14926,7 +14982,7 @@ _ACEOF
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile BitchX.spec gtkBitchX.spec bx-conf/Makefile doc/BitchX.bat doc/Makefile dll/Makefile dll/abot/Makefile dll/acro/Makefile dll/aim/Makefile dll/aim/toc/Makefile dll/amp/Makefile dll/arcfour/Makefile dll/autocycle/Makefile dll/aim/Makefile dll/blowfish/Makefile dll/cavlink/Makefile dll/cdrom/Makefile dll/encrypt/Makefile dll/europa/Makefile dll/fserv/Makefile dll/hint/Makefile dll/identd/Makefile dll/nap/Makefile dll/nicklist/Makefile dll/pkga/Makefile dll/possum/Makefile dll/qbx/Makefile dll/qmail/Makefile dll/scan/Makefile dll/wavplay/Makefile dll/xmms/Makefile source/Makefile"
|
ac_config_files="$ac_config_files Makefile BitchX.spec gtkBitchX.spec bx-conf/Makefile doc/BitchX.bat doc/Makefile dll/Makefile dll/abot/Makefile dll/acro/Makefile dll/aim/Makefile dll/aim/toc/Makefile dll/amp/Makefile dll/arcfour/Makefile dll/autocycle/Makefile dll/blowfish/Makefile dll/cavlink/Makefile dll/cdrom/Makefile dll/encrypt/Makefile dll/europa/Makefile dll/fserv/Makefile dll/hint/Makefile dll/identd/Makefile dll/nap/Makefile dll/nicklist/Makefile dll/pkga/Makefile dll/possum/Makefile dll/qbx/Makefile dll/qmail/Makefile dll/scan/Makefile dll/wavplay/Makefile dll/xmms/Makefile source/Makefile"
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands default"
|
ac_config_commands="$ac_config_commands default"
|
||||||
|
|
||||||
@@ -15425,7 +15481,6 @@ do
|
|||||||
"dll/amp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/amp/Makefile" ;;
|
"dll/amp/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/amp/Makefile" ;;
|
||||||
"dll/arcfour/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/arcfour/Makefile" ;;
|
"dll/arcfour/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/arcfour/Makefile" ;;
|
||||||
"dll/autocycle/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/autocycle/Makefile" ;;
|
"dll/autocycle/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/autocycle/Makefile" ;;
|
||||||
"dll/aim/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/aim/Makefile" ;;
|
|
||||||
"dll/blowfish/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/blowfish/Makefile" ;;
|
"dll/blowfish/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/blowfish/Makefile" ;;
|
||||||
"dll/cavlink/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/cavlink/Makefile" ;;
|
"dll/cavlink/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/cavlink/Makefile" ;;
|
||||||
"dll/cdrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/cdrom/Makefile" ;;
|
"dll/cdrom/Makefile" ) CONFIG_FILES="$CONFIG_FILES dll/cdrom/Makefile" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user