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