summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/mkconf
blob: 04fc92de2ba88bd98c9b074cb5fdbde77513d132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash -norc
# (re)make the autoconf configuration files.
# Used by am-utils maintainers only!
#
# Erez Zadok <ezk@cs.columbia.edu>
#
#set -x

if [ ! -f amd/amd.c ]; then
	cd ..
fi
if [ ! -f amd/amd.c ]; then
	cd ..
fi
if [ ! -f amd/amd.c ]; then
	echo "wrong directory!"
	exit 1
fi

cd m4 && make $*
OpenPOWER on IntegriCloud