freebsd-dev/autogen.sh
Brian Behlendorf ca8b5af89d Remove autotools products
Remove all of the generated autotools products from the repository
and update the .gitignore files accordingly.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #718
2012-08-27 11:47:44 -07:00

8 lines
123 B
Bash
Executable File

#!/bin/sh
aclocal -I config
libtoolize --automake --copy
autoheader
automake --add-missing --include-deps --copy
autoconf