1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/0ea0f070cae2/
Changeset:   0ea0f070cae2
User:        stephen_at_xemacs
Date:        2017-11-23 10:54:03+00:00
Summary:     Output $no_pie in AC_MSG_RESULT for "Disable ASLR".
Affected #:  3 files
diff -r 6168ead6994890afd2c42099741024d6b0f88f24 -r
0ea0f070cae29307b29f520c32087256496e5ad5 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 6168ead6994890afd2c42099741024d6b0f88f24 -r
0ea0f070cae29307b29f520c32087256496e5ad5 configure
--- a/configure
+++ b/configure
@@ -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 6168ead6994890afd2c42099741024d6b0f88f24 -r
0ea0f070cae29307b29f520c32087256496e5ad5 configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -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 ----------------------
Repository URL: 
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from 
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.