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
|
|
|
|
|
2010-11-11 17:35:38 +00:00
|
|
|
glibtoolize --force
|
2008-09-26 14:25:10 +00:00
|
|
|
aclocal
|
|
|
|
autoheader
|
|
|
|
automake --add-missing
|
|
|
|
autoconf
|