Add parameter to build

This commit is contained in:
Aidan Mullen 2024-05-04 10:53:43 -04:00
parent f8025b805a
commit 8fe12ce982
4 changed files with 9 additions and 1 deletions

View file

@ -21,9 +21,11 @@ AM_CONFIG_HEADER([src/config.h])
AC_CONFIG_MACRO_DIR([m4
])
# Use libtool.
AC_PROG_LIBTOOL
AC_PROG_INSTALL
# Prefer shared libraries.
AC_ENABLE_SHARED
AC_DISABLE_STATIC