10 lines
122 B
Bash
10 lines
122 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -x
|
||
|
aclocal
|
||
|
#libtoolize --force --copy
|
||
|
autoheader
|
||
|
automake --add-missing --copy -Wno-portability
|
||
|
autoconf
|
||
|
|