]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/m4/mkconf
This commit was generated by cvs2svn to compensate for changes in r136647,
[FreeBSD/FreeBSD.git] / contrib / amd / m4 / mkconf
1 #!/bin/bash -norc
2 # (re)make the autoconf configuration files.
3 # Used by am-utils maintainers only!
4 #
5 # Erez Zadok <ezk@cs.columbia.edu>
6 #
7 #set -x
8
9 if [ ! -f amd/amd.c ]; then
10         cd ..
11 fi
12 if [ ! -f amd/amd.c ]; then
13         cd ..
14 fi
15 if [ ! -f amd/amd.c ]; then
16         echo "wrong directory!"
17         exit 1
18 fi
19
20 cd m4 && make $*