Edit

kc3-lang/pkgconf/configure.ac

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2012-05-07 04:04:41
    Hash : b408a620
    Message : pkgconf 0.7

  • configure.ac
  • AC_PREREQ([2.68])
    AC_INIT([pkgconf], [0.7], [http://github.com/nenolod/pkgconf/issues])
    AC_CONFIG_SRCDIR([pkg.c])
    AC_CONFIG_HEADERS([config.h])
    AC_CHECK_FUNCS([getopt_long strlcpy strlcat strndup])
    
    AC_PROG_CPP
    AC_PROG_CC
    AC_PROG_INSTALL
    AC_PROG_LN_S
    
    BUILDSYS_SHARED_LIB
    BUILDSYS_PROG_IMPLIB
    BUILDSYS_TOUCH_DEPS
    
    AC_CONFIG_FILES([buildsys.mk])
    AC_OUTPUT