bug in configure script

Lars Kneschke lars at kneschke.de
Sun Feb 27 18:55:20 GMT 2000


Hello!

The samba tng configure script has a bug!

if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1699 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"

ac_try is "$CPP $CPPFLAGS conftest.c >/dev/null 2>conftest.out". But CPP
and CPPFLAGS is empty ...

echo configure:1704: $ac_try 1>&5
{ (eval echo configure:1704: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 

... that's why this eval will fail. You can see this also in config.log. 
You can't build a Makefile and compile samba tng.

Cu
-- 
Watch our projects at http://www.kneschke.de/projekte!
ggitv, KSamba, PXTools, Samba TNG FAQ, myWebalizer


More information about the samba-ntdom mailing list