From 6de5a3cdcd0f49a787f6fa2c4ce6dcbbe9049d40 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 11 Nov 2018 05:03:33 +0000 Subject: Update to 1.4.632 CVS snapshot on 2018/11/10. --- www/emacs-w3m/files/patch-aclocal.m4 | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 www/emacs-w3m/files/patch-aclocal.m4 (limited to 'www/emacs-w3m/files') diff --git a/www/emacs-w3m/files/patch-aclocal.m4 b/www/emacs-w3m/files/patch-aclocal.m4 deleted file mode 100644 index cecba1b19d50..000000000000 --- a/www/emacs-w3m/files/patch-aclocal.m4 +++ /dev/null @@ -1,30 +0,0 @@ ---- aclocal.m4.orig 2018-01-16 09:35:31 UTC -+++ aclocal.m4 -@@ -78,15 +78,18 @@ AC_DEFUN(AC_PATH_EMACS, - - AC_MSG_CHECKING([what a flavor does ${EMACS} have]) - AC_EMACS_LISP(flavor, -- (if (featurep (quote xemacs)) -- \"XEmacs\" -- (concat \"Emacs \" -- (mapconcat (function identity) -- (nreverse -- (cdr (nreverse -- (split-string emacs-version -- (concat (vector 92 46)))))) -- \".\"))), -+ (cond ((featurep (quote xemacs)) -+ \"XEmacs\") -+ ((= (length (split-string emacs-version (concat (vector 92 46)))) 2) -+ (concat \"Emacs \" emacs-version)) -+ (t -+ (concat \"Emacs \" -+ (mapconcat (function identity) -+ (nreverse -+ (cdr (nreverse -+ (split-string emacs-version -+ (concat (vector 92 46)))))) -+ \".\")))), - noecho) - case "${flavor}" in - XEmacs) -- cgit v1.2.3