From: Good Guy Date: Tue, 26 Jul 2022 18:11:32 +0000 (-0600) Subject: Credit Andrew minor configure fixes X-Git-Tag: 2022-07~1 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=cf6daa051b00cfc0bf3fc107c6f3eeb8d0e6d315;p=goodguy%2Fcinelerra.git Credit Andrew minor configure fixes --- diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 83d2465e..7ca543af 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -6,6 +6,7 @@ AC_INIT([cinelerra],[5.1],[mail@lists.cinelerra-gg.org]) # externally. This macro must be set before calling AC_INIT_AUTOMAKE AC_CONFIG_AUX_DIR(m4) AM_INIT_AUTOMAKE([foreign]) +LT_INIT() AM_PROG_AS AC_LANG([C++]) @@ -23,6 +24,10 @@ if test x"$GETTEXT" == x"no" ; then AC_MSG_ERROR([Please install gettext]) fi +AC_CHECK_PROG(LIBTOOL,[libtool],[libtool],[no]) +if test x"$LIBTOOL" == x"no" ; then +AC_MSG_ERROR([Please install libtool]) +fi CFG_CFLAGS+=" -fno-omit-frame-pointer -fno-math-errno -fno-signed-zeros" CFG_CFLAGS+=" -pthread -Wall"