forked from ariadne/pkgconf
parent
2d738c2c40
commit
9e1260ac3d
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([pkgconf], [0.1.1], [http://github.com/nenolod/pkgconf/issues])
|
AC_INIT([pkgconf], [0.3], [http://github.com/nenolod/pkgconf/issues])
|
||||||
AC_CONFIG_SRCDIR([pkg.c])
|
AC_CONFIG_SRCDIR([pkg.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CHECK_FUNCS([getopt_long strlcpy strlcat strndup])
|
AC_CHECK_FUNCS([getopt_long strlcpy strlcat strndup])
|
||||||
|
|
Loading…
Reference in New Issue