summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep7
1 files changed, 4 insertions, 3 deletions
diff --git a/acprep b/acprep
index 4a3501e1..2a8cd1d9 100755
--- a/acprep
+++ b/acprep
@@ -97,6 +97,7 @@ if [ -d "$HOME/Products" ]; then
cd "$projdir" || (echo "Cannot change to $projdir"; exit 1)
fi
-"$HERE/configure" --srcdir="$HERE" CPPFLAGS="$INCDIRS" \
- CXXFLAGS="$CXXFLAGS $local_cxxflags" WARNFLAGS="$WARNFLAGS" \
- LDFLAGS="$LIBDIRS" $SWITCHES "$@"
+"$HERE/configure" --srcdir="$HERE" \
+ EMACS="$HOME/bin/emacs" EMACSLOADPATH="$EMACSLOADPATH" \
+ CPPFLAGS="$INCDIRS" CXXFLAGS="$CXXFLAGS $local_cxxflags" \
+ WARNFLAGS="$WARNFLAGS" LDFLAGS="$LIBDIRS" $SWITCHES "$@"