summaryrefslogtreecommitdiff
path: root/reconf
blob: 8d29a075bbf4e10993925d6b8851a23bca586213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $Id$
#
# re autoconf/automake shell script
#

die(){
	echo "$@" ; exit
}

aclocal    || die "ahhhhh"
autoheader || die "ahhhhh"
automake   || die "ahhhhh"
autoconf   || die "ahhhhh"