1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-16 22:08:37 +00:00
Files
AROS-v0/tools/ADFlib/autogen.sh

15 lines
293 B
Bash

#!/bin/sh
# Some hosts (Mac homebrew) installs a modern libtoolize as 'glibtoolize'.
# Allow `LIBTOOLIZE' to be set in the environment to allow this.
if [ "x$LIBTOOLIZE" == "x" ]; then
LIBTOOLIZE=libtoolize
fi
$LIBTOOLIZE --copy --force
aclocal
autoconf
autoheader
automake --add-missing