X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=m4%2Fopenssl.m4;h=0bc99766796c468ef8098893729385bc5945a568;hp=f4415cc256025025e9f7e1f88d5a0b24bba4384d;hb=fcd836c609568fab323f4af6dd525de957a6f4cc;hpb=f2aa7466e6db9777090583ef26d923fc0a4fcea8;ds=sidebyside diff --git a/m4/openssl.m4 b/m4/openssl.m4 index f4415cc..0bc9976 100644 --- a/m4/openssl.m4 +++ b/m4/openssl.m4 @@ -1,22 +1,22 @@ dnl Check to find the OpenSSL headers/libraries -AC_DEFUN(tinc_OPENSSL, +AC_DEFUN([tinc_OPENSSL], [ AC_ARG_WITH(openssl, - AC_HELP_STRING([--with-openssl=DIR], [OpenSSL base directory, or:]), + AS_HELP_STRING([--with-openssl=DIR], [OpenSSL base directory, or:]), [openssl="$withval" CPPFLAGS="$CPPFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib"] ) AC_ARG_WITH(openssl-include, - AC_HELP_STRING([--with-openssl-include=DIR], [OpenSSL headers directory (without trailing /openssl)]), + AS_HELP_STRING([--with-openssl-include=DIR], [OpenSSL headers directory (without trailing /openssl)]), [openssl_include="$withval" CPPFLAGS="$CPPFLAGS -I$withval"] ) AC_ARG_WITH(openssl-lib, - AC_HELP_STRING([--with-openssl-lib=DIR], [OpenSSL library directory]), + AS_HELP_STRING([--with-openssl-lib=DIR], [OpenSSL library directory]), [openssl_lib="$withval" LDFLAGS="$LDFLAGS -L$withval"] )