Added libtool support.
This commit is contained in:
parent
6633bf52e3
commit
68644500b8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ AC_CONFIG_SRCDIR([src/tincd.c])
|
|||
AC_GNU_SOURCE
|
||||
AM_INIT_AUTOMAKE([std-options subdir-objects -Wall])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_PROG_AR
|
||||
LT_INIT
|
||||
|
||||
# Enable GNU extensions.
|
||||
# Define this here, not in acconfig's @TOP@ section, since definitions
|
||||
|
|
Loading…
Reference in a new issue