summaryrefslogtreecommitdiff
path: root/maint/bootstrap.mk
blob: f6ac8ded42880449069f3ae1053627c9baff3009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SYNOPSIS
#   make bootstrap
#
# DESRIPTION
#   Bootstrap a freshly cloned copy of mailutils.
#

ChangeLog: Makefile
	$(MAKE) ChangeLog

Makefile: Makefile.am configure
	./configure

configure: configure.ac
	./bootstrap

Return to:

Send suggestions and report system problems to the System administrator.