mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[acinclude.m4] Disallow "_CAIRO" patterns in the output
Eases m4 writing.
This commit is contained in:
parent
86ef1dff59
commit
c8e75f1007
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ dnl -*- mode: autoconf -*-
|
|||
|
||||
# serial 1
|
||||
|
||||
m4_pattern_forbid([_CAIRO])
|
||||
|
||||
dnl Usage:
|
||||
dnl GTK_DOC_CHECK([minimum-gtk-doc-version])
|
||||
AC_DEFUN([GTK_DOC_CHECK],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue