From e895c104f7affe29d48755d971d5e16133b70ff0 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 7 Jan 2010 15:45:47 +0000 Subject: [PATCH] Fixed install location. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78839aa..341f62b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_ARG_VAR(COQDEP, [Coq dependency analyzer command [coqdep]]) AC_CHECK_TOOL(COQDEP, coqdep) if test "$libdir" = '${exec_prefix}/lib'; then - libdir='`$(COQC) -where`/user-contrib/Gappa' + libdir='`$(COQC) -where`/user-contrib/Flocq' fi AC_SUBST(COQRFLAG, ['-R . Flocq']) -- GitLab