Also distribute Debian packaging.
[sliver-openvswitch.git] / boot.sh
1 #!/bin/sh
2
3 # Generate list of files in debian/ to distribute.
4 (echo '# Automatically generated by boot.sh (from Git tree).' &&
5  echo 'EXTRA_DIST = \' &&
6  cd debian && git ls-files | grep -v '^\.gitignore$' | 
7  sed -e 's/\(.*\)/      \1 \\/' -e '$s/ \\//') > debian/Makefile.am
8
9 # Bootstrap configure system from .ac/.am files
10 autoreconf --install -I config --force