xref: /netbsd-src/external/bsd/am-utils/dist/m4/mkconf (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1#!/bin/bash -norc
2# (re)make the autoconf configuration files.
3# Used by am-utils maintainers only!
4#
5# Erez Zadok <ezk AT cs.columbia.edu>
6#
7#set -x
8
9if [ ! -f amd/amd.c ]; then
10	cd ..
11fi
12if [ ! -f amd/amd.c ]; then
13	cd ..
14fi
15if [ ! -f amd/amd.c ]; then
16	echo "wrong directory!"
17	exit 1
18fi
19
20cd m4 && make $*
21