summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-16 07:09:16 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-16 07:09:16 -0400
commit4067927d57318d0863d3c1eada787393cf5df5b2 (patch)
tree9a8712e8fba3acdbb215073bb92872df01c2bc95 /configure.ac
parent824c96f038b0447ce83ae92cad112a5be49e3330 (diff)
clean up
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1e853fb6..6d2a8c60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,4 +130,6 @@ then
AM_CONDITIONAL([GLC], true)
fi
+CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
+
AC_OUTPUT(Makefile rst_parser/Makefile utils/Makefile mteval/Makefile extools/Makefile decoder/Makefile phrasinator/Makefile training/Makefile training/liblbfgs/Makefile creg/Makefile dpmert/Makefile pro-train/Makefile rampion/Makefile klm/util/Makefile klm/lm/Makefile mira/Makefile dtrain/Makefile gi/pyp-topics/src/Makefile gi/clda/src/Makefile gi/pf/Makefile gi/markov_al/Makefile)