astrognome/autogen.sh

10 lines
171 B
Bash
Raw Normal View History

2013-07-08 23:15:13 +00:00
#! /bin/sh
mkdir m4 &> /dev/null
libtoolize --install --copy || exit 1
autoheader || exit 1
aclocal || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1