Skip to content

Commit

Permalink
Fix build on OpenBSD: 'fix for older autotools that don't define "abs…
Browse files Browse the repository at this point in the history
…_top_YYY" by default'. Patch by Benoit Chesneau. Closes COUCHDB-152

git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710027 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janl committed Nov 3, 2008
1 parent cee8134 commit 50afadc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -240,6 +240,10 @@ AC_SUBST([locallibbindir], [${locallibdir}/bin])
AC_SUBST([localerlangbindir], [${locallibdir}/erlang/bin])
AC_SUBST([localerlanglibdir], [${locallibdir}/erlang/lib])

# fix for older autotools that don't define "abs_top_YYY" by default
AC_SUBST(abs_top_srcdir)
AC_SUBST(abs_top_builddir)

AC_REVISION([LOCAL_VERSION])

AC_CONFIG_FILES([Makefile])
Expand Down

0 comments on commit 50afadc

Please sign in to comment.