7 lines
105 B
Bash
Executable file
7 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
touch NEWS README AUTHORS ChangeLog
|
|
aclocal
|
|
libtoolize --copy
|
|
automake --add-missing
|
|
autoconf
|