From 9670fcbc15419c04f9a03d2118c3c697ed1423a8 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 24 Jan 2010 09:28:43 +0000 Subject: more autoconf fixes- use version of boost m4 macros which are much, much, much better --- training/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'training') diff --git a/training/Makefile.am b/training/Makefile.am index b44812e7..6427fcba 100644 --- a/training/Makefile.am +++ b/training/Makefile.am @@ -38,6 +38,5 @@ mr_em_train_LDADD = $(top_srcdir)/decoder/libcdec.a -lz plftools_SOURCES = plftools.cc plftools_LDADD = $(top_srcdir)/decoder/libcdec.a -lz -AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(BOOST_CPPFLAGS) $(GTEST_CPPFLAGS) -I$(top_srcdir)/decoder -AM_LDFLAGS = $(BOOST_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIB) +AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I$(top_srcdir)/decoder -- cgit v1.2.3