1 # liboptschk.m4 serial 2 (autogen - 5.11.4)
2 dnl Copyright (c) 2005-2012 by Bruce Korb - all rights reserved
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.
8 dnl Time-stamp: "2010-12-07 12:57:56 bkorb"
10 AC_DEFUN([ag_FIND_LIBOPTS],
11 [if test "X${ac_cv_header_autoopts_options_h}" = Xno
14 f=`autoopts-config cflags` 2>/dev/null
19 AC_DEFINE([HAVE_LIBOPTS],[1],[define if we can find libopts])
20 CFLAGS="${CFLAGS} ${f}"
24 f=`autoopts-config ldflags` 2>/dev/null