commit 51221bcd826435240f6340cecb04cae0ddf46625 parent 3276980340a2deac9d8ca98e8ff7f3d6d18c2cf1 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 29 Dec 2020 14:28:43 +0100 do not generate static libs Diffstat:
| M | configure.ac | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac @@ -14,8 +14,16 @@ AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax]) AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([m4]) +AC_PROG_AWK +AC_PROG_CC_C99 +AC_PROG_OBJC +AC_PROG_INSTALL +AC_PROG_LN_S +AC_PROG_MAKE_SET +AM_PROG_CC_C_O + +LT_INIT([disable-static]) -LT_INIT DX_INIT_DOXYGEN([sync],,, DX_PS_FEATURE(OFF),