aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
raim Flashner 2017-09-27Merge branch 'master' into stagingMarius Bakke 2017-09-27gnu: potrace: Update to 1.15 [fixes CVE-2017-12067]....* gnu/packages/fontutils.scm (potrace): Update to 1.15. Marius Bakke 2017-09-24gnu: fontforge: Update to 20170731....* gnu/packages/fontutils.scm (fontforge): Update to 20170731. [source]: Remove patch, remove snippet. [arguments]: Enable tests. Remove phase to build showttf. [inputs]: Use python-wrapper instead of python. [home-page]: Update to new home page. * gnu/packages/patches/fontforge-svg-modtime.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner 2017-09-24gnu: teckit: Update to 2.5.7....* gnu/packages/fontutils.scm (teckit): Update to 2.5.7. Signed-off-by: Roel Janssen <roel@gnu.org> Roel Janssen