summaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r--pre-inst-env.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index 880012cce..f285ca62c 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -32,4 +32,10 @@ export AUTOMAKE_UNINSTALLED
AUTOMAKE_LIBDIR="$abs_top_srcdir/lib"
export AUTOMAKE_LIBDIR
+ACLOCAL_AUTOMAKE_DIR="$abs_top_srcdir/m4"
+export ACLOCAL_AUTOMAKE_DIR
+
+ACLOCAL_PATH="$abs_top_srcdir/m4/acdir"
+export ACLOCAL_PATH
+
exec "$@"