File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/config/general.m4,v 1.7 2006/10 /30 22:15:04 petere Exp $
1
+ # $PostgreSQL: pgsql/config/general.m4,v 1.8 2006/11 /30 21:44:12 tgl Exp $
2
2
3
3
# This file defines new macros to process configure command line
4
4
# arguments, to replace the brain-dead AC_ARG_WITH and AC_ARG_ENABLE.
@@ -82,7 +82,7 @@ AC_DEFUN([PGAC_ARG_CHECK],
82
82
continue 2
83
83
fi
84
84
done
85
- pgac_txt=`echo $pgac_var | tr '_ ' '- '`
85
+ pgac_txt=`echo $pgac_var | tr 'a_b ' 'a-b '`
86
86
AC_MSG_WARN ( [ option ignored: --$pgac_txt] )
87
87
done] ) # PGAC_ARG_CHECK
88
88
Original file line number Diff line number Diff line change @@ -24413,7 +24413,7 @@ for pgac_var in `set | sed 's/=.*//' | $EGREP 'with_|enable_'`; do
24413
24413
continue 2
24414
24414
fi
24415
24415
done
24416
- pgac_txt=`echo $pgac_var | tr '_ ' '- '`
24416
+ pgac_txt=`echo $pgac_var | tr 'a_b ' 'a-b '`
24417
24417
{ echo "$as_me:$LINENO: WARNING: option ignored: --$pgac_txt" >&5
24418
24418
echo "$as_me: WARNING: option ignored: --$pgac_txt" >&2;}
24419
24419
done
You can’t perform that action at this time.
0 commit comments