8 lines
126 B
Bash
8 lines
126 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -x
|
||
|
aclocal-1.7
|
||
|
autoconf --force
|
||
|
autoheader --force
|
||
|
automake-1.7 --add-missing --copy --force-missing --foreign
|