summaryrefslogtreecommitdiff
path: root/net/tramp/files/patch-configure.ac
blob: 7ce9acd3a8e878c49d0f97e65d5fc0ba9b3a06c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- configure.ac.orig	Sun Jan 16 19:43:17 2005
+++ configure.ac	Tue Feb 22 09:45:18 2005
@@ -58,12 +58,11 @@
 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([md5],                    [md5.el],         [optional])
-AC_CONTRIB_FILES([password_cache_add],     [password.el],    [optional])
 AC_CONTRIB_FILES([uudecode_decode_region], [uudecode.el])
 dnl run-at-time for XEmacs can be find in fsf-compat. Unfortunately,
 dnl password.el doesn't honor it, and it requires run-at-time mandatory.