diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e66f2dc4fd..d0e4dca6a5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,10 @@ [thomas] - Add "Running a git Server" page. + + [thomas] - Remove '-i' from Cairo's autoreconf + command to enable building without gtkdoc installed. + diff --git a/x/lib/cairo.xml b/x/lib/cairo.xml index eb1bd51431..61e885df97 100644 --- a/x/lib/cairo.xml +++ b/x/lib/cairo.xml @@ -143,7 +143,7 @@ commands: -autoreconf -fiv && +autoreconf -fv && ./configure --prefix=/usr \ --disable-static \ --enable-tee && @@ -164,7 +164,7 @@ make Command Explanations - autoreconf -fiv: This prevents + autoreconf -fv: This prevents configure ending in error with the current version of automake because the AM_INIT_AUTOMAKE definitions came from a previous version.