Merge pull request #43 from lategoodbye/master

fix for issue #42
This commit is contained in:
Robert Johansson 2013-04-09 07:37:25 -07:00
commit db72e2dd49

View File

@ -15,9 +15,8 @@ AC_CONFIG_AUX_DIR([libltdl/config])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
#fix for automake 1.12 # fix for automake 1.11 & 1.12
m4_pattern_allow([AM_PROG_AR]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_PROG_AR
LDFLAGS="$LDFLAGS -version-info 0:8:0" LDFLAGS="$LDFLAGS -version-info 0:8:0"