build: remove redundant AC_PROG_LIBTOOL and use LT_INIT(pic-only).

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Diego Elio Pettenò 2012-07-04 04:15:49 -07:00 committed by Sylvain Munaut
parent bddfec6997
commit 206968b827
2 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,7 @@ dnl checks for programs
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
AC_PROG_CC AC_PROG_CC
AC_PROG_INSTALL AC_PROG_INSTALL
LT_INIT LT_INIT([pic-only])
AC_PROG_LIBTOOL
AC_PATH_PROG(DOXYGEN,doxygen,false) AC_PATH_PROG(DOXYGEN,doxygen,false)
AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false) AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false)

View File

@ -3,7 +3,7 @@
LIBVERSION=0:0:0 LIBVERSION=0:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall -ffast-math AM_CFLAGS = -Wall -ffast-math
lib_LTLIBRARIES = libosmodsp.la lib_LTLIBRARIES = libosmodsp.la