X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=aclocal.m4;h=970fb7d3c002f71d999fe7d175d66fbb7b13a73d;hb=4d9d6e20e19c1aaa0d138e70897d136b36d673c0;hp=a963db916a2a577d6ba769e06f829c2b3711d248;hpb=695904f2c095fff219d59d6caf1695e32aec3430;p=secnet.git 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.]) + ]) +])