I found a possible error in the "configure" script with vqadmin 1.3

line 1848 has "for ac_func in" , but nothing is specified after the "in", so
I got the following error when running "./configure" on my Solaris 2.7 machine:

./configure: syntax error at line 1849: `newline or ;' unexpected

line 1841 has a "\" before EOF, which I don't think is any sort of fatal
problem, but just something I noticed when trying to find the other error.

   1839  echo "$ac_t""$ac_cv_struct_tm" 1>&6
   1840  if test $ac_cv_struct_tm = sys/time.h; then
   1841    cat >> confdefs.h <<\EOF
   1842  #define TM_IN_SYS_TIME 1
   1843  EOF
   1844
   1845  fi
   1846
   1847
   1848  for ac_func in
   1849  do
   1850  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
   1851  echo "configure:1852: checking for $ac_func" >&5
   1852  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   1853    echo $ac_n "(cached) $ac_c" 1>&6
   1854  else

Not sure what the proper syntax for these things are (shell programming is 
not my forte), but I
thought it would be helpful to point these items out.

When I adjust these two lines "./configure" runs without error.


Thanks,

        Rob Genovesi
        [EMAIL PROTECTED]


Reply via email to