summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--etc/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb65ca60..81fcf5df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,6 @@ AC_SUBST([localstatelibdir], [${localstatedir}/lib/${package_identifier}])
AC_SUBST([localstatelogdir], [${localstatedir}/log/${package_identifier}])
AC_SUBST([localstaterundir], [${localstatedir}/run/${package_identifier}])
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
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 737230b8..8d936763 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -43,7 +43,6 @@ init/couchdb: init/couchdb.tpl
sed -e "s|%configure_input%|$@. Generated from $< by configure.|" \
-e "s|%bindir%|$(bindir)|" \
-e "s|%sysconfdir%|$(sysconfdir)|" \
- -e "s|%localerlangbindir%|$(localerlangbindir)|" \
-e "s|%localstaterundir%|$(localstaterundir)|" \
-e "s|%couchdb_command_name%|$(couchdb_command_name)|" \
< $< > $@