autogen.sh revision 72a157b9ad240a075d0a6936168a297df51e3c50
echo
echo "You must have autoconf installed to generate the build system."
echo
exit 1
}
echo
echo "You must have libtool installed to generate the build system."
echo
exit 1
}
echo
echo "You must have autoheader installed to generate the build system."
echo
exit 1
}
echo
echo "You must have automake installed to generate the build system."
echo
exit 1
}
echo "You must run this script in the top-level source directory"
exit 1
}
if test -z "$@"; then
args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
else
args=$@
fi
echo " configure: $args"
echo