-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbootstrap
executable file
·27 lines (24 loc) · 1.12 KB
/
bootstrap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
# ---------------------------------------------------------------------------
# Copyright (C) 2023 Jorge Giner Cordero
# This file is part of bas55 (ECMA-55 Minimal BASIC System).
# bas55 license: GNU GPL v3 or later.
# ---------------------------------------------------------------------------
# ============================================================================
# When you get the source from a version control repository, it is not
# ready for distribution. Some files have to be generated first but these
# generated files depend on the version of the tools you have on your system:
# autoconf, automake, help2man, texinfo, bison, etc
#
# You use this script only if you are a developer and you cloned the
# repository. You will need the above tools. This will generate some files:
# INSTALL, configure, some Makefile.in, etc
#
# This generated files should not be in version control. We have rules for that
# in the .gitignore file.
#
# After this 'bootstrap' you should be able to use the usual
#
# $ ./configure & make
# ===========================================================================
autoreconf -vi