From a1883b31a48c7de79242f74d44fd2da79437a44b Mon Sep 17 00:00:00 2001 From: Benoit Sagot <benoit.sagot@inria.fr> Date: Tue, 6 Oct 2009 08:42:15 +0000 Subject: [PATCH] adding toklight in the autotools architecture git-svn-id: https://scm.gforge.inria.fr/authscm/cfourrie/svn/lingwb/metagger/trunk@2797 dc05b511-7f1d-0410-9f1c-d6f32a2df9e4 --- Makefile.am | 3 ++- configure.ac | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index e444b8e..af66fbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = data \ +SUBDIRS = toklight \ + data \ src \ bin diff --git a/configure.ac b/configure.ac index 78f5289..d17577c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,11 +13,12 @@ if test "x$PERL" = x; then fi # look for dicos -# AC_PATH_ALEXINA +AC_PATH_ALEXINA # AC_PATH_LEFFF # AM_CONDITIONAL(HAVE_LEFFF, test -n "$lefffdir") -AC_CONFIG_FILES( data/Makefile +AC_CONFIG_FILES( toklight/Makefile + data/Makefile src/Makefile src/metagger/Makefile bin/Makefile -- GitLab