Skip to content

Commit

Permalink
Don't call LT_INIT before AM_PROG_AR
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Feb 22, 2014
1 parent 75978a7 commit 3af86f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/geanypy-plugin.c])
AC_CONFIG_HEADERS([src/plugin-config.h])
AM_INIT_AUTOMAKE([1.11.1 -Wall foreign])
LT_INIT([disable-static])

# Configure build system and tools
AM_SILENT_RULES([yes])
Expand All @@ -18,6 +17,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
# Check for utilities
AC_PROG_CC
AC_PROG_SED
LT_INIT([disable-static])

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

0 comments on commit 3af86f8

Please sign in to comment.