corrected verification examples
[gnutls.git] / src / libopts / m4 / liboptschk.m4
blob4a45bdefc6e067804877a9ab6471bfad3adbb539
1 # liboptschk.m4 serial 2 (autogen - 5.11.4)
2 dnl Copyright (c) 2005-2012 by Bruce Korb - all rights reserved
3 dnl
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7 dnl
8 dnl Time-stamp:        "2010-12-07 12:57:56 bkorb"
9 dnl
10 AC_DEFUN([ag_FIND_LIBOPTS],
11   [if test "X${ac_cv_header_autoopts_options_h}" = Xno
12   then :
13   else
14     f=`autoopts-config cflags` 2>/dev/null
15     if test X"${f}" = X
16     then
17       :
18     else
19       AC_DEFINE([HAVE_LIBOPTS],[1],[define if we can find libopts])
20       CFLAGS="${CFLAGS} ${f}"
21       ao_CFLAGS="${f}"
22       AC_SUBST(ao_CFLAGS)
24       f=`autoopts-config ldflags` 2>/dev/null
25       LIBS="${LIBS} ${f}"
26       ao_LIBS="${f}"
27       AC_SUBST(ao_LIBS)
28     fi
29   fi])