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