#!/bin/sh
#You can use it to easily create a directory with all installed files to create
#a binary distribution.
#Usage:
 # ./autodestdir [suffix]
make DESTDIR="$PWD/${PWD##*/}`test -n "$1" && echo "-$1"`" install-strip
