forked from ariadne/pkgconf
configure: check for realpath
parent
492d220d73
commit
4a3d3745e0
|
@ -15,7 +15,7 @@ AC_PREREQ([2.68])
|
|||
AC_INIT([pkgconf], [1.1.90], [http://github.com/pkgconf/pkgconf/issues])
|
||||
AC_CONFIG_SRCDIR([main.c])
|
||||
AC_CONFIG_HEADERS([libpkgconf/config.h])
|
||||
AC_CHECK_FUNCS([strlcpy strlcat strndup cygwin_conv_path])
|
||||
AC_CHECK_FUNCS([strlcpy strlcat strndup realpath cygwin_conv_path])
|
||||
AC_CHECK_HEADERS([sys/stat.h])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
|
Loading…
Reference in New Issue