diff options
author | Chris Dyer <redpony@gmail.com> | 2010-01-24 09:28:43 +0000 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2010-01-24 09:28:43 +0000 |
commit | 9670fcbc15419c04f9a03d2118c3c697ed1423a8 (patch) | |
tree | 4d74dae8969b85a37724dce9e4ffbb8567a5c449 /training/Makefile.am | |
parent | 613ccc6ea2401e76099a97d3698f13b8ea283497 (diff) |
more autoconf fixes- use version of boost m4 macros which are much, much, much better
Diffstat (limited to 'training/Makefile.am')
-rw-r--r-- | training/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |