aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2013-12-10 21:37:30 -0800
committerPaul Eggert2013-12-10 21:37:30 -0800
commita8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6 (patch)
tree41f158f310130e87e01a650a5e34e2c6d52d20d9 /admin
parentbb8097b96b074e55ff05dc379b394dbdbdc82f3e (diff)
downloademacs-a8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6.tar.gz
emacs-a8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6.zip
Remove the option of using libcrypto.
This scorches the earth and waits for spring; see Ted Zlatanov and Stefan Monnier in <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>. * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove. Do not say whether Emacs is configured to use a crypto library, since it's no longer an option. (gl_CRYPTO_CHECK): Define a dummy. * lib/gl_openssl.h, m4/gl-openssl.m4: Remove. * admin/merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4. * src/Makefile.in (LIB_CRYPTO): Remove. (LIBES): Don't use it.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rwxr-xr-xadmin/merge-gnulib3
2 files changed, 7 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 730253e616f..22824995dfc 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12013-12-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove the option of using libcrypto.
4 * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
5
12013-12-04 Eli Zaretskii <eliz@gnu.org> 62013-12-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class 8 * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index a5bd622f4c0..af9300edbec 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -91,7 +91,8 @@ test -x "$gnulib_srcdir"/gnulib-tool || {
91} 91}
92 92
93"$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS $GNULIB_MODULES && 93"$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS $GNULIB_MODULES &&
94rm -- "$src"m4/fcntl-o.m4 "$src"m4/gnulib-cache.m4 "$src"m4/warn-on-use.m4 && 94rm -- "$src"lib/gl_openssl.h "$src"m4/fcntl-o.m4 "$src"m4/gl-openssl.m4 \
95 "$src"m4/gnulib-cache.m4"$src" m4/warn-on-use.m4 &&
95cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc && 96cp -- "$gnulib_srcdir"/build-aux/texinfo.tex "$src"doc/misc &&
96cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux && 97cp -- "$gnulib_srcdir"/build-aux/move-if-change "$src"build-aux &&
97autoreconf -i -I m4 -- ${src:+"$src"} 98autoreconf -i -I m4 -- ${src:+"$src"}