diff --git a/extra/fontconfig/build b/extra/fontconfig/build index 6da26d62..efaf9196 100755 --- a/extra/fontconfig/build +++ b/extra/fontconfig/build @@ -1,12 +1,12 @@ #!/bin/sh -e ./configure \ - AUTOMAKE=/bin/true \ --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --with-xmldir=/etc/fonts \ --enable-static \ + --disable-docs \ --disable-nls make