Skip to content

Commit

Permalink
Fix handling of --datadir in autoconf and configure
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Jul 27, 2019
1 parent 411e247 commit e2b946f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if make_hoqchk
bin_SCRIPTS += hoqchk
endif

hottdir=$(datarootdir)/hott
hottdir=$(datadir)/hott
EXTRA_DIST = coq theories etc LICENSE.txt CREDITS.txt INSTALL.txt README.markdown

# The path to the Coq library in $(srcdir)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ AS_IF([test "x$COQMAKEFILE" = "xno"],
[AC_MSG_ERROR([Could not find coq_makefile])])


hottdir="$datarootdir/hott"
hottdir="$datadir/hott"
AC_SUBST([hottdir])

AC_CHECK_PROGS(ETAGS,etags,[: skipping etags])
Expand Down

0 comments on commit e2b946f

Please sign in to comment.