Added autoconf to BLACK_LIST. autoconf-2.60 is not parallel build compat

This commit is contained in:
George Boudreau 2006-08-17 19:48:24 +00:00
parent d0fa46bdaa
commit b2e86ae919

View file

@ -14,7 +14,7 @@ MAKEFLAGS="-j3"
#--- List of packages that don't support well MAKEFLAGS.
# This list may be different for you.
BLACK_LIST="dejagnu gettext groff"
BLACK_LIST="autoconf dejagnu gettext groff"
#--- Default optimization mode
# This mode is overridden by definitions in opt_override;