! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
AC_CHECK_FUNCS([]) causes syntax error against IRIX's sh
Status:
RESOLVED: FIXED
Product:
Libxfce4menu
Component:
General

Comments

Description Daichi Kawahata editbugs 2007-05-20 11:57:21 CEST
Hi Jannis,

IRIX's sh doesn't pass the empty argument right after "in"
while "bash configure" pases;

./configure[23045]: syntax error at line 23046 : `newline or ;' unexpected

  23045  for ac_func in
  23046  do
  23047  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  23048  { echo "$as_me:$LINENO: checking for $ac_func" >&5
  23049  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
  23050  if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
  23051    echo $ECHO_N "(cached) $ECHO_C" >&6
  23052  else

Please put something like the other packages or remove the line.
Comment 1 Jannis Pohlmann editbugs 2007-05-20 12:56:35 CEST
Thanks for the hint. Fixed in revision 25730. 

Bug #3251

Reported by:
Daichi Kawahata
Reported on: 2007-05-20
Last modified on: 2009-07-14

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
4.5.90 (4.6 alpha)

Attachments

Additional information