APPROVE COMMIT 21.5
diff -r 6168ead69948 ChangeLog
--- a/ChangeLog Thu Nov 23 07:03:47 2017 +0000
+++ b/ChangeLog Thu Nov 23 20:02:27 2017 +0900
@@ -1,3 +1,8 @@
+2017-11-23 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * configure.ac (Disable ASLR): Output $no_pie in AC_MSG_RESULT.
+ * configure: Regenerate.
+
2017-11-23 Aidan Kehoe <kehoea(a)parhasard.net>
* configure.ac (XE_COMPLEX_ARG):
diff -r 6168ead69948 configure
--- a/configure Thu Nov 23 07:03:47 2017 +0000
+++ b/configure Thu Nov 23 20:02:27 2017 +0900
@@ -12245,8 +12245,8 @@
if test -z "$no_pie"; then
as_fn_error $? "don't know how to disable ASLR on $ac_cv_build"
"$LINENO" 5
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, disabling address space
layout randomization, xemacs binary" >&5
-$as_echo "yes, disabling address space layout randomization, xemacs binary"
>&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, disabling address space
layout randomization with $no_pie, xemacs binary" >&5
+$as_echo "yes, disabling address space layout randomization with $no_pie, xemacs
binary" >&6; }
fi
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
diff -r 6168ead69948 configure.ac
--- a/configure.ac Thu Nov 23 07:03:47 2017 +0000
+++ b/configure.ac Thu Nov 23 20:02:27 2017 +0900
@@ -2830,7 +2830,7 @@
if test -z "$no_pie"; then
AC_MSG_ERROR([don't know how to disable ASLR on $ac_cv_build])
fi
- AC_MSG_RESULT([yes, disabling address space layout randomization, xemacs binary])
+ AC_MSG_RESULT([yes, disabling address space layout randomization with $no_pie, xemacs
binary])
fi])
dnl ----------------------