ca8b5af89d
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
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I config
|
|
libtoolize --automake --copy
|
|
autoheader
|
|
automake --add-missing --include-deps --copy
|
|
autoconf
|