Skip to content

Commit 3af86f8

Browse files
committed
Don't call LT_INIT before AM_PROG_AR
1 parent 75978a7 commit 3af86f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ AC_CONFIG_MACRO_DIR([m4])
77
AC_CONFIG_SRCDIR([src/geanypy-plugin.c])
88
AC_CONFIG_HEADERS([src/plugin-config.h])
99
AM_INIT_AUTOMAKE([1.11.1 -Wall foreign])
10-
LT_INIT([disable-static])
1110

1211
# Configure build system and tools
1312
AM_SILENT_RULES([yes])
@@ -18,6 +17,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
1817
# Check for utilities
1918
AC_PROG_CC
2019
AC_PROG_SED
20+
LT_INIT([disable-static])
2121

2222
# Check for headers, libraries and packages
2323
AC_CHECK_HEADERS([stdio.h string.h dlfcn.h])

0 commit comments

Comments
 (0)