mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Add --enable-maintainer-mode to autogen.sh
This commit is contained in:
parent
48db57aea6
commit
596d081d47
1 changed files with 1 additions and 1 deletions
|
|
@ -42,4 +42,4 @@ do_cmd automake --add-missing
|
|||
|
||||
do_cmd autoconf
|
||||
|
||||
do_cmd ./configure ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
|
||||
do_cmd ./configure --enable-maintainer-mode ${1+"$@"} && echo "Now type \`make' to compile" || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue