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
297be8b5'>services: cgit: Disable repo booleans having a global counterpart....Clément Lassieur 2018-05-18services: cgit: Make project-list permit a file-object....Christopher Baines 2018-05-18services: cgit: Improve handling of extra-options....Christopher Baines 2018-04-11services: cgit: Add support for project-list....Clément Lassieur 2018-04-11services: cgit: Enforce serialization order....Clément Lassieur 2018-04-11services: cgit: Add support for file-like objects....Clément Lassieur 2018-04-11services: cgit: Simplify 'serialize-module-link-path'....Clément Lassieur 2018-04-11services: cgit: Simplify 'uglify-field-name'....Clément Lassieur 2018-02-28services: cgit: Add more configuration fields....Oleg Pykhalov