gnupload: Support option -h as alias of --help.
[gnulib.git] / m4 / sm3.m4
blob5f7472ebf86e6fdc841365ba6911403bd567e418
1 # sm3.m4 serial 1
2 dnl Copyright (C) 2017-2018 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 AC_DEFUN([gl_SM3],
9   dnl Prerequisites of lib/sm3.c.
10   AC_REQUIRE([gl_BIGENDIAN])
12   dnl Currently openssl still doesn't support sm3.
13   m4_divert_once([DEFAULTS], [LIB_CRYPTO=])
14   AC_SUBST([LIB_CRYPTO])