system: Add default PAM entries for xlock and xscreensaver.
[jackhill/guix/guix.git] / bootstrap
CommitLineData
b49ffe2d
LC
1#!/bin/sh
2
3# Import missing source files and create the build system.
4
5set -e -x
6
7top_srcdir="$PWD"
8export top_srcdir
9
e2a06ddc 10git submodule init
b49ffe2d
LC
11git submodule update
12
e2a06ddc
LC
13./nix/sync-with-upstream
14
b49ffe2d 15exec autoreconf -vfi