File: acinclude.m4

package info (click to toggle)
libvmdk 20160119-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,600 kB
  • ctags: 4,882
  • sloc: ansic: 171,049; sh: 12,586; makefile: 1,220; python: 543; sed: 134
file content (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
dnl Function to detect if libvmdk dependencies are available
AC_DEFUN([AX_LIBVMDK_CHECK_LOCAL],
 [dnl Check for internationalization functions in libvmdk/libvmdk_i18n.c 
 AC_CHECK_FUNCS([bindtextdomain])
 ])