File: virt-gtk-misc.m4

package info (click to toggle)
libvirt-sandbox 0.5.1%2Bgit20160404-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,104 kB
  • ctags: 1,964
  • sloc: ansic: 12,696; python: 2,110; makefile: 447; sh: 302; xml: 151; perl: 110
file content (7 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
AC_DEFUN([LIBVIRT_SANDBOX_GTK_MISC],[
    GTK_DOC_CHECK([1.10],[--flavour no-tmpl])

    # Setup GLIB_MKENUMS to use glib-mkenums even if GLib is uninstalled.
    GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
    AC_SUBST(GLIB_MKENUMS)
])