aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: f34c43dc52f7dc83a613f2b6fc8388cccc01260a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Import missing source files and create the build system.

set -e -x

top_srcdir="$PWD"
export top_srcdir

git submodule init
git submodule update

./nix/sync-with-upstream

exec autoreconf -vfi
x/commit/gnu/packages/xfig.scm?id=1e6ddceb8318d413745ca1c9d91fde01b1e0364b'>gnu: Use HTTPS package home pages wherever possible.Tobias Geerinckx-Rice 2022-03-11gnu: transfig: Fix "multiple definition" errors with GCC 10+.Ivan Vilata i Balaguer 2022-03-11gnu: transfig: Avoid "ar" option incompatibility with binutils 2.36.Ivan Vilata i Balaguer 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-11-17gnu: xfig: Update to 3.2.8b.Efraim Flashner 2020-01-22gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'.Marius Bakke 2018-08-11gnu: xfig: Update to 3.2.7a.Tobias Geerinckx-Rice 2018-06-26gnu: transfig: Return #t from phases.Tobias Geerinckx-Rice 2018-04-16gnu: xfig: Update to 3.2.7.Tobias Geerinckx-Rice 2017-12-12gnu: xfig: Update to 3.2.6a.Tobias Geerinckx-Rice 2017-12-12gnu: xfig, transfig: Update home pages.Tobias Geerinckx-Rice 2017-12-02gnu: xfig: Don't ignore 'xmkmf' exit code.Ludovic Courtès 2017-09-20gnu: Use 'modify-phases' syntax.Kei Kebreau