]>
git.datanom.net - enfusegtk.git/blob - autogen.sh
3 echo "Rebuilding build system......"
5 autoreconf
--version 2>&1 > /dev
/null
2>&1
14 echo "Missing tool: $1"
15 echo "Cannot proceed until the missing tool is available"
19 if [ ! -z ${AUTORECONF} ]; then
20 echo "Using autoreconf to rebuild build system"
21 autoreconf
--force --install --symlink
23 echo "No autoreconf found. Using plain old tools to rebuild build system"
24 libtoolize
--automake --force || error libtoolize
25 aclocal
-I m4|| error aclocal
26 autoheader
--force || error autoheader
27 automake
--add-missing --force-missing --gnu || error automake
28 autoconf
--force || error autoconf
30 .
/configure
--enable-maintainer-mode $
*
This page took 0.103218 seconds and 6 git commands to generate.