]> granicus.if.org Git - flex/commit
build: check for how to call libtoolize.
authorSimon Sobisch <simonsobisch@web.de>
Tue, 2 May 2017 10:04:00 +0000 (12:04 +0200)
committerWill Estes <westes575@gmail.com>
Tue, 2 May 2017 18:43:49 +0000 (14:43 -0400)
commit0a9687d138b5a154f38381bfb26269decd196560
tree81bbc3b0f156743c438f42a72e3be293eecc052a
parent89f10ee36f95430f18ac70f971fe9f9f894d9dc5
build: check for how to call libtoolize.

Previously, we would call libtoolize and if that failed, we would call
glibtoolize since some platforms have the libtoolize program under
that name.

Instead, we check to see if the environment variable LIBTOOLIZE is set
and use that if so. Otherwise, we try to find a program "libtoolize"
on the path and failing that glibtoolize. We alert the user if no
suitable program can be found.
autogen.sh