9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal
|
|
libtoolize --copy
|
|
automake --add-missing --force-missing --copy
|
|
autoconf
|
|
# Our ylwrap gets clobbered by the above.
|
|
git checkout ylwrap
|