lac : 252cd37b8f9edcddd988de427937139a3266a4db

     1: # liblac.m4 serial 1
     2: dnl Copyright (C) 2017 Gianluca Guida.
     3: dnl This file is free software; the author gives unlimited
     4: dnl permission to copy and/or distribute it, with or without
     5: dnl modifications, as long as this notice is preserved.
     6: 
     7: AC_DEFUN([REQUIRE_LIBLAC],
     8: [
     9:   AC_LIB_HAVE_LINKFLAGS([lac], [],
    10:     [#include <lac.h>], [lac_init();],
    11:     AC_MSG_ERROR([requires liblac]))
    12: ])

Generated by git2html.