Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/configure

    r286 r312  
    1403614036
    1403714037
    14038 
    14039 
    14040 
    14041 for ac_header in netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h
     14038for ac_header in netinet/in_systm.h
     14039do
     14040as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     14041if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     14042  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     14043echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     14044if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     14045  echo $ECHO_N "(cached) $ECHO_C" >&6
     14046fi
     14047ac_res=`eval echo '${'$as_ac_Header'}'`
     14048               { echo "$as_me:$LINENO: result: $ac_res" >&5
     14049echo "${ECHO_T}$ac_res" >&6; }
     14050else
     14051  # Is the header compilable?
     14052{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     14053echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     14054cat >conftest.$ac_ext <<_ACEOF
     14055/* confdefs.h.  */
     14056_ACEOF
     14057cat confdefs.h >>conftest.$ac_ext
     14058cat >>conftest.$ac_ext <<_ACEOF
     14059/* end confdefs.h.  */
     14060$ac_includes_default
     14061#include <$ac_header>
     14062_ACEOF
     14063rm -f conftest.$ac_objext
     14064if { (ac_try="$ac_compile"
     14065case "(($ac_try" in
     14066  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     14067  *) ac_try_echo=$ac_try;;
     14068esac
     14069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     14070  (eval "$ac_compile") 2>conftest.er1
     14071  ac_status=$?
     14072  grep -v '^ *+' conftest.er1 >conftest.err
     14073  rm -f conftest.er1
     14074  cat conftest.err >&5
     14075  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14076  (exit $ac_status); } && {
     14077         test -z "$ac_c_werror_flag" ||
     14078         test ! -s conftest.err
     14079       } && test -s conftest.$ac_objext; then
     14080  ac_header_compiler=yes
     14081else
     14082  echo "$as_me: failed program was:" >&5
     14083sed 's/^/| /' conftest.$ac_ext >&5
     14084
     14085        ac_header_compiler=no
     14086fi
     14087
     14088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     14089{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     14090echo "${ECHO_T}$ac_header_compiler" >&6; }
     14091
     14092# Is the header present?
     14093{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     14094echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     14095cat >conftest.$ac_ext <<_ACEOF
     14096/* confdefs.h.  */
     14097_ACEOF
     14098cat confdefs.h >>conftest.$ac_ext
     14099cat >>conftest.$ac_ext <<_ACEOF
     14100/* end confdefs.h.  */
     14101#include <$ac_header>
     14102_ACEOF
     14103if { (ac_try="$ac_cpp conftest.$ac_ext"
     14104case "(($ac_try" in
     14105  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     14106  *) ac_try_echo=$ac_try;;
     14107esac
     14108eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     14109  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     14110  ac_status=$?
     14111  grep -v '^ *+' conftest.er1 >conftest.err
     14112  rm -f conftest.er1
     14113  cat conftest.err >&5
     14114  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14115  (exit $ac_status); } >/dev/null && {
     14116         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     14117         test ! -s conftest.err
     14118       }; then
     14119  ac_header_preproc=yes
     14120else
     14121  echo "$as_me: failed program was:" >&5
     14122sed 's/^/| /' conftest.$ac_ext >&5
     14123
     14124  ac_header_preproc=no
     14125fi
     14126
     14127rm -f conftest.err conftest.$ac_ext
     14128{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     14129echo "${ECHO_T}$ac_header_preproc" >&6; }
     14130
     14131# So?  What about this header?
     14132case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
     14133  yes:no: )
     14134    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     14135echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     14136    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     14137echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     14138    ac_header_preproc=yes
     14139    ;;
     14140  no:yes:* )
     14141    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     14142echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     14143    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     14144echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     14145    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     14146echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     14147    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     14148echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     14149    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     14150echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     14151    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     14152echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     14153
     14154    ;;
     14155esac
     14156{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     14157echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     14158if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     14159  echo $ECHO_N "(cached) $ECHO_C" >&6
     14160else
     14161  eval "$as_ac_Header=\$ac_header_preproc"
     14162fi
     14163ac_res=`eval echo '${'$as_ac_Header'}'`
     14164               { echo "$as_me:$LINENO: result: $ac_res" >&5
     14165echo "${ECHO_T}$ac_res" >&6; }
     14166
     14167fi
     14168if test `eval echo '${'$as_ac_Header'}'` = yes; then
     14169  cat >>confdefs.h <<_ACEOF
     14170#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     14171_ACEOF
     14172
     14173fi
     14174
     14175done
     14176
     14177
     14178for ac_header in netinet/ip.h
     14179do
     14180as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     14181{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     14182echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     14183if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
     14184  echo $ECHO_N "(cached) $ECHO_C" >&6
     14185else
     14186  cat >conftest.$ac_ext <<_ACEOF
     14187/* confdefs.h.  */
     14188_ACEOF
     14189cat confdefs.h >>conftest.$ac_ext
     14190cat >>conftest.$ac_ext <<_ACEOF
     14191/* end confdefs.h.  */
     14192#ifdef HAVE_NETINET_IN_H
     14193#include <netinet/in.h>
     14194#endif
     14195#ifdef HAVE_NETINET_IN_SYSTM_H
     14196#include <netinet/in_systm.h>
     14197#endif
     14198
     14199#include <$ac_header>
     14200_ACEOF
     14201rm -f conftest.$ac_objext
     14202if { (ac_try="$ac_compile"
     14203case "(($ac_try" in
     14204  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     14205  *) ac_try_echo=$ac_try;;
     14206esac
     14207eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     14208  (eval "$ac_compile") 2>conftest.er1
     14209  ac_status=$?
     14210  grep -v '^ *+' conftest.er1 >conftest.err
     14211  rm -f conftest.er1
     14212  cat conftest.err >&5
     14213  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     14214  (exit $ac_status); } && {
     14215         test -z "$ac_c_werror_flag" ||
     14216         test ! -s conftest.err
     14217       } && test -s conftest.$ac_objext; then
     14218  eval "$as_ac_Header=yes"
     14219else
     14220  echo "$as_me: failed program was:" >&5
     14221sed 's/^/| /' conftest.$ac_ext >&5
     14222
     14223        eval "$as_ac_Header=no"
     14224fi
     14225
     14226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     14227fi
     14228ac_res=`eval echo '${'$as_ac_Header'}'`
     14229               { echo "$as_me:$LINENO: result: $ac_res" >&5
     14230echo "${ECHO_T}$ac_res" >&6; }
     14231if test `eval echo '${'$as_ac_Header'}'` = yes; then
     14232  cat >>confdefs.h <<_ACEOF
     14233#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     14234_ACEOF
     14235
     14236fi
     14237
     14238done
     14239
     14240
     14241
     14242for ac_header in netinet/tcp.h netinet/in_ip.h
    1404214243do
    1404314244as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
Note: See TracChangeset for help on using the changeset viewer.