X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/695904f2c095fff219d59d6caf1695e32aec3430..refs/heads/master:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index a963db9..970fb7d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -5,7 +5,7 @@ dnl See README for full list of copyright holders. dnl dnl secnet is free software; you can redistribute it and/or modify it dnl under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version d of the License, or +dnl the Free Software Foundation; either version 3 of the License, or dnl (at your option) any later version. dnl dnl secnet is distributed in the hope that it will be useful, but @@ -26,3 +26,10 @@ define(ADNS_C_GETFUNC,[ ]) ]) ]) + +define(SECNET_C_GETFUNC,[ + ADNS_C_GETFUNC($1,$2,[ + LIBS="-l$2 $LIBS"; + AC_MSG_WARN([$1 is in lib$2, urgh. Must use -l$2.]) + ]) +])