dce5625c51acda80d0864a7c093825bffd7afb80
[sliver-openvswitch.git] / 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"