We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75978a7 commit 3af86f8Copy full SHA for 3af86f8
1 file changed
configure.ac
@@ -7,7 +7,6 @@ AC_CONFIG_MACRO_DIR([m4])
7
AC_CONFIG_SRCDIR([src/geanypy-plugin.c])
8
AC_CONFIG_HEADERS([src/plugin-config.h])
9
AM_INIT_AUTOMAKE([1.11.1 -Wall foreign])
10
-LT_INIT([disable-static])
11
12
# Configure build system and tools
13
AM_SILENT_RULES([yes])
@@ -18,6 +17,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
18
17
# Check for utilities
19
AC_PROG_CC
20
AC_PROG_SED
+LT_INIT([disable-static])
21
22
# Check for headers, libraries and packages
23
AC_CHECK_HEADERS([stdio.h string.h dlfcn.h])
0 commit comments