blob: 89b64f73d4d3057bcea3d17342d40084fb0eb177 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
|