9 lines
123 B
Bash
9 lines
123 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -x
|
||
|
aclocal -I config
|
||
|
libtoolize --force --copy
|
||
|
autoheader
|
||
|
automake --foreign --add-missing --copy
|
||
|
autoconf
|