#!/bin/sh
# $Id: configure,v 1.2 1999/09/29 01:40:59 hideyuki Exp $

if [ ! -f ../../config.status ]; then
	echo "../../config.status not found."
	echo "please make orignal Web2c programs before make jMetaPost."
	exit 1
fi
if [ ! -f ../kanji.o ]; then
	echo "../kanji.o not found."
	echo "please do configure Ascii pTeX before make jMetaPost."
	exit 1
fi
CONFIG_FILES=Makefile
CONFIG_HEADERS=..
export CONFIG_FILES CONFIG_HEADERS
../../config.status

exit 0
