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