10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
aclocal
|
|
libtoolize --force --copy
|
|
autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|
|
|