BASHCOMPLETION="bash-completion-20060301"
BC="bc-1.06.95"
BDWGC="bdwgc-7_2alpha5-20110107"
-BISON="bison-2.7.1"
+BISON="bison-3.0.2"
BIND="bind-9.10.1-P1"
BINUTILS="binutils-2.24"
BRIDGE_UTILS="bridge-utils-1.5"
+++ /dev/null
-#!/bin/bash
-
-hvconfig_post()
-{
- # The configure system causes bison to be built without support for
- # internationalization of error messages if a bison program is not
- # already in $PATH. The following addition will correct this:
- echo '#define YYENABLE_NLS 1' >> config.h
-}