syn68k/autogen.sh

12 lines
165 B
Bash
Raw Permalink Normal View History

2008-09-26 14:25:10 +00:00
#! /bin/bash
# $Id: autogen.sh 65 2004-12-24 19:51:17Z ctm $
set -o errexit -o nounset -o noclobber
libtoolize
2008-09-26 14:25:10 +00:00
aclocal
autoheader
automake --add-missing
autoconf