x48/autogen.sh

10 lines
122 B
Bash
Raw Normal View History

#! /bin/sh
set -x
aclocal
#libtoolize --force --copy
autoheader
automake --add-missing --copy -Wno-portability
autoconf