Olivier Prenant, fixed by Peter.
-# $PostgreSQL: pgsql/config/general.m4,v 1.7 2006/10/30 22:15:04 petere Exp $
+# $PostgreSQL: pgsql/config/general.m4,v 1.8 2006/11/30 21:44:12 tgl Exp $
# This file defines new macros to process configure command line
# arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE.
continue 2
fi
done
- pgac_txt=`echo $pgac_var | tr '_' '-'`
+ pgac_txt=`echo $pgac_var | tr 'a_b' 'a-b'`
AC_MSG_WARN([option ignored: --$pgac_txt])
done])# PGAC_ARG_CHECK
continue 2
fi
done
- pgac_txt=`echo $pgac_var | tr '_' '-'`
+ pgac_txt=`echo $pgac_var | tr 'a_b' 'a-b'`
{ echo "$as_me:$LINENO: WARNING: option ignored: --$pgac_txt" >&5
echo "$as_me: WARNING: option ignored: --$pgac_txt" >&2;}
done