datapath: Fix VLAN insertion behavior on Linux 2.6.27 and 2.6.28.
[openvswitch] / boot.sh
1 #! /bin/sh
2 autoreconf --install --force
3
4 # Ensure that debian/changelog is up-to-date.
5 VERSION=`autom4te --language=autoconf -t 'AC_INIT:$2' configure.ac`
6 build-aux/update-debian-changelog debian/changelog "$VERSION"