slackware-current/source/a/gpm/gpm.configure.diff
Patrick J Volkerding 6b5ab0b4ab Thu Mar 28 21:40:08 UTC 2024
a/btrfs-progs-6.8-x86_64-1.txz:  Upgraded.
a/gpm-1.20.7-x86_64-10.txz:  Rebuilt.
  Clean up the compile fix patch omitting the Emacs Lisp file.
  Clean up and apply the weak-wgetch patch.
  Build using the option --without-curses.
  Thanks to qunying.
a/util-linux-2.40-x86_64-1.txz:  Upgraded.
  This release fixes a vulnerability where the wall command did not filter
  escape sequences from command line arguments, allowing unprivileged users
  to put arbitrary text on other users terminals.
  For more information, see:
    https://www.cve.org/CVERecord?id=CVE-2024-28085
  (* Security fix *)
d/rust-1.77.1-x86_64-1.txz:  Upgraded.
l/fluidsynth-2.3.5-x86_64-1.txz:  Upgraded.
l/protobuf-26.1-x86_64-1.txz:  Upgraded.
l/python-build-1.2.1-x86_64-1.txz:  Upgraded.
n/samba-4.20.0-x86_64-1.txz:  Upgraded.
x/mesa-24.0.4-x86_64-1.txz:  Upgraded.
xap/seamonkey-2.53.18.2-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.seamonkey-project.org/releases/seamonkey2.53.18.2
  (* Security fix *)
2024-03-28 23:48:35 +01:00

25 lines
711 B
Diff

--- ./configure.ac.footer.orig 2012-10-26 16:21:38.000000000 -0500
+++ ./configure.ac.footer 2024-03-27 14:43:34.948058406 -0500
@@ -49,22 +49,6 @@
AC_PATH_PROG(MAKEINFO,makeinfo,no)
AC_PATH_PROG(DIFF,diff,no)
AC_PATH_PROG(SED,sed,no)
-AC_PATH_PROG(emacs,emacs,no)
-
-if test ${ac_cv_path_emacs} = no ; then
- EMACS=:
- ELISP=
-else
- EMACS=${ac_cv_path_emacs}
- ELISP="emacs/t-mouse.el emacs/t-mouse.elc"
-fi
-
-if test $EMACS != : ; then
- ITZ_PATH_SITE_LISP
- lispdir=${itz_cv_path_site_lisp}
-else
- lispdir='${datadir}/emacs/site-lisp'
-fi
# Header-checks
AC_CHECK_HEADERS(syslog.h linux/input.h linux/joystick.h ncurses.h ncurses/curses.h curses.h)