diff options
Diffstat (limited to 'libs/cglm/autogen.sh')
-rw-r--r-- | libs/cglm/autogen.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/cglm/autogen.sh b/libs/cglm/autogen.sh new file mode 100644 index 0000000..b3b8d82 --- /dev/null +++ b/libs/cglm/autogen.sh @@ -0,0 +1,21 @@ +#! /bin/sh +# +# Copyright (c), Recep Aslantas. +# +# MIT License (MIT), http://opensource.org/licenses/MIT +# Full license can be found in the LICENSE file +# + +cd $(dirname "$0") + +autoheader + +if [ "$(uname)" = "Darwin" ]; then + glibtoolize +else + libtoolize +fi + +aclocal -I m4 +autoconf +automake --add-missing --copy |