Edit

kc3-lang/pkgconf/configure.ac

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2012-07-20 13:46:14
    Hash : 9d7672fc
    Message : main: use our own getopt_long() implementation always, as pkg_getopt_long(). (closes #24)

  • configure.ac
  • AC_PREREQ([2.68])
    AC_INIT([pkgconf], [0.8], [http://github.com/nenolod/pkgconf/issues])
    AC_CONFIG_SRCDIR([pkg.c])
    AC_CONFIG_HEADERS([config.h])
    AC_CHECK_FUNCS([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