Skip to content
bootstrap 291 B
Newer Older
Seblu's avatar
Seblu committed
#!/bin/sh
## bootstrap for 42sh
Seblu's avatar
Seblu committed
##
## Made by Seblu
## Login   <seblu@epita.fr>
##
## Started on  Sun Jul 16 19:43:53 2006 Seblu
## Last update Thu Nov 23 14:44:19 2006 seblu
Seblu's avatar
Seblu committed
##

# Failures do matter.
set -e

# See what i'am doing
set -x

# install the GNU Build System.
autoreconf -i -f -v