ports/net/tramp/files/patch-configure.ac
Jun Kuriyama 0e75645e97 - Upgrade to 2.1.12.
- Don't use EMACS_PORT_NAME?=emacs21

Submitted by:	"Douglas K. Rand" <rand@meridian-enviro.com>
PR:		ports/121604 (part of)
2008-07-02 22:22:47 +00:00

15 lines
564 B
Text

--- configure.ac.orig 2007-12-23 05:39:52.000000000 -0600
+++ configure.ac 2008-03-11 10:07:43.000000000 -0500
@@ -55,11 +55,10 @@
AC_EMACS_INFO
# Handle contrib files. "-" must be encoded as "_".
-TRAMP_CONTRIB_FILES=
+TRAMP_CONTRIB_FILES=password.el
AC_CONTRIB_FILES([base64_encode_region], [base64.el])
AC_CONTRIB_FILES([format_spec], [format_spec.el])
-AC_CONTRIB_FILES([password_cache_add], [password.el], [optional])
if test "${EMACS_GW}" = yes; then
AC_CONTRIB_FILES([socks_open_network_stream], [socks.el], [optional])
fi