From ecaae795b03ac8904c96938e6e0601cea0cb4623 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 25 May 2026 21:11:40 +0200 Subject: [PATCH] add LT_INIT --- src/runtime/c/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index c9a1a2f07..31eec4173 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -2,6 +2,7 @@ AC_INIT(Portable Grammar Format library, 3.0-pre, http://www.grammaticalframework.org/, libpgf) AC_PREREQ(2.58) +LT_INIT([]) AC_CONFIG_AUX_DIR([scripts]) AC_CONFIG_MACRO_DIR([m4])