diff options
Diffstat (limited to 'net/tramp/files/patch-configure.ac')
-rw-r--r-- | net/tramp/files/patch-configure.ac | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/tramp/files/patch-configure.ac b/net/tramp/files/patch-configure.ac index 89b64f73d4d..59c17fe43a7 100644 --- a/net/tramp/files/patch-configure.ac +++ b/net/tramp/files/patch-configure.ac @@ -1,5 +1,5 @@ ---- configure.ac.orig 2007-12-23 05:39:52.000000000 -0600 -+++ configure.ac 2008-03-11 10:07:43.000000000 -0500 +--- configure.ac.orig 2010-11-20 19:59:36.000000000 +0900 ++++ configure.ac 2010-11-26 23:08:05.306093104 +0900 @@ -55,11 +55,10 @@ AC_EMACS_INFO @@ -13,3 +13,9 @@ if test "${EMACS_GW}" = yes; then AC_CONTRIB_FILES([socks_open_network_stream], [socks.el], [optional]) fi +@@ -158,4 +157,4 @@ + # Regenerate autoloads. + AC_MSG_NOTICE([regenerate autoloads]) + rm -f lisp/tramp-loaddefs.el +-make EMACS_INFO=${EMACS_INFO} -s -C lisp autoloads ++gmake EMACS_INFO=${EMACS_INFO} -s -C lisp autoloads |